Skip to content

Commit

Permalink
chore: don't fail fast in github action release/avupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Sep 3, 2022
1 parent 18df2b6 commit 7d3ae2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/av-engine-update.yaml
Expand Up @@ -9,6 +9,7 @@ jobs:
release:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
service:
- goavira
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -7,6 +7,7 @@ jobs:
release:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
service:
- pe
Expand Down

0 comments on commit 7d3ae2d

Please sign in to comment.