Skip to content

Commit

Permalink
Added fail-fast false
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek authored Jul 21, 2021
1 parent 0015ccd commit f0f4f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
strategy:
matrix:
release: [buster, sid]
fail-fast: false
steps:
- name: Copy Repo Files
uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
strategy:
matrix:
release: [buster, sid]
fail-fast: false
steps:
- name: Copy Repo Files
uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
strategy:
matrix:
release: [buster, sid]
fail-fast: false
needs: create-release
steps:
- name: Copy Repo Files
Expand Down

0 comments on commit f0f4f7d

Please sign in to comment.