Skip to content

Commit

Permalink
fix workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Oct 18, 2023
1 parent cd02f54 commit 3aa11f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

release:
# Do only release when CI succeeds.
needs: [test-nixpkgs, test-examples]
needs: [Continuous integration]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 3aa11f1

Please sign in to comment.