Skip to content

Commit

Permalink
Fix reproducibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV committed Apr 22, 2024
1 parent 77fee62 commit 31c198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Compare with Garnix artefact
if: >-
github.event.check_run.app.name == 'Garnix CI'
&& contains(github.event.check_run.name, 'default package')
&& contains(github.event.check_run.name, 'package default')
runs-on: ubuntu-latest
steps:
- uses: lewagon/[email protected]
Expand Down

0 comments on commit 31c198b

Please sign in to comment.