Skip to content

Commit

Permalink
Remove temporary continue-on-error setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Sep 16, 2023
1 parent a53d28e commit 0a4b99a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
- bans licenses sources

# Prevent sudden announcement of a new advisory from failing ci:
# continue-on-error: ${{ matrix.checks == 'advisories' }}
# TODO: temp to allow git deps
continue-on-error: true
continue-on-error: ${{ matrix.checks == 'advisories' }}


steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}

0 comments on commit 0a4b99a

Please sign in to comment.