Skip to content

Commit 819f6ab

Browse files
committed
set spotbugs to be manual only
1 parent 5249879 commit 819f6ab

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/spotbugs.yml

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
name: SpotBugs
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- v2
8-
paths:
9-
- 'powertools-cloudformation/**'
10-
- 'powertools-core/**'
11-
- 'powertools-serialization/**'
12-
- 'powertools-logging/**'
13-
- 'powertools-sqs/**'
14-
- 'powertools-tracing/**'
15-
- 'powertools-validation/**'
16-
- 'powertools-parameters/**'
17-
- 'powertools-idempotency/**'
18-
- 'powertools-metrics/**'
19-
- 'powertools-test-suite/**'
20-
- 'pom.xml'
21-
- '.github/workflows/**'
4+
# pull_request:
5+
# branches:
6+
# - main
7+
# - v2
8+
# paths:
9+
# - 'powertools-cloudformation/**'
10+
# - 'powertools-core/**'
11+
# - 'powertools-serialization/**'
12+
# - 'powertools-logging/**'
13+
# - 'powertools-sqs/**'
14+
# - 'powertools-tracing/**'
15+
# - 'powertools-validation/**'
16+
# - 'powertools-parameters/**'
17+
# - 'powertools-idempotency/**'
18+
# - 'powertools-metrics/**'
19+
# - 'powertools-test-suite/**'
20+
# - 'pom.xml'
21+
# - '.github/workflows/**'
22+
workflow_dispatch: {}
2223

2324
permissions:
2425
contents: read

0 commit comments

Comments
 (0)