Skip to content

Commit

Permalink
Merge pull request #8105 from Icinga/feature/gha-fail-fast
Browse files Browse the repository at this point in the history
GitHub actions: don't cancel not yet failed jobs on a failure
  • Loading branch information
N-o-X committed Jul 16, 2020
2 parents 04704a4 + d73cc5d commit 09cf7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: .deb

strategy:
fail-fast: false
matrix:
distro:
- name: debian
Expand Down

0 comments on commit 09cf7c3

Please sign in to comment.