Skip to content

Commit 821b957

Browse files
authored
Merge pull request #8275 from sbueringer/pr-gh-actions-fail-fast
🌱 ci: set fail-fast false for all GH actions using matrix
2 parents 0e4b081 + f992ad3 commit 821b957

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: lint
1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
working-directory:
1718
- ""

.github/workflows/scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions: {}
1111
jobs:
1212
scan:
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
branch: [ main, release-1.3, release-1.2 ]
1617
name: Trivy

0 commit comments

Comments
 (0)