Skip to content

Commit

Permalink
Disable fail fast for matrix deployments (Azure#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
SenthuranSivananthan authored May 15, 2022
1 parent c078a79 commit 0ce5c1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/0-everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
policyType:
- DeployBuiltInPolicy
- DeployCustomPolicy
fail-fast: false

steps:
- name: Checkout
Expand Down Expand Up @@ -238,6 +239,7 @@ jobs:

strategy:
matrix: ${{fromJSON(needs.SubscriptionMatrix.outputs.matrix)}}
fail-fast: false

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/4-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
policyType:
- DeployBuiltInPolicy
- DeployCustomPolicy
fail-fast: false

runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/6-subscriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:

strategy:
matrix: ${{fromJSON(needs.SubscriptionMatrix.outputs.matrix)}}
fail-fast: false

steps:
- name: Checkout
Expand Down

0 comments on commit 0ce5c1a

Please sign in to comment.