Skip to content

Commit

Permalink
add continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 22, 2024
1 parent cd211e4 commit 8bdd90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,20 @@ jobs:

- name: Download artifact (master run)
uses: actions/[email protected]
continue-on-error: true
with:
name: cargo-check-benches-master-${{ github.sha }}
path: ./artifacts/master

- name: Download artifact (current run)
uses: actions/[email protected]
continue-on-error: true
with:
name: cargo-check-benches-current-${{ github.sha }}
path: ./artifacts/current

- name: script
id: compare
if: always()
run: |
if [ "${{ github.ref_name }}" = "master" ]; then
echo -e "Exiting on master branch"
Expand Down

0 comments on commit 8bdd90b

Please sign in to comment.