Skip to content

Commit

Permalink
Fix bad deploy CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 3, 2021
1 parent bdfc1fe commit f05eb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
defaults:
run:
shell: "bash -l {0}"
continue-on-error: ${{ matrix.experimental }}
continue-on-error: false
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit f05eb1c

Please sign in to comment.