Skip to content

Commit

Permalink
If wasms fail to be downloaded continue without failing workflow (#4998)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 13, 2023
1 parent 619c64c commit 2cc2e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download canister wasms
run: ./scripts/download-all-canister-wasms.sh $GITHUB_REF_NAME
continue-on-error: true
- name: Build canister wasms
if: ${{ failure() }}
uses: ./.github/workflows/push_canister_wasms.yaml
Expand Down

0 comments on commit 2cc2e27

Please sign in to comment.