Skip to content

Commit

Permalink
expression syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent c3ce6e7 commit 412ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:

run-tests:
needs: check-for-release
if: needs.check-for-release.outputs.status == "success"
if: ${{ needs.check-for-release.outputs.status == "success" }}
uses: ./.github/workflows/run-tests.yml

0 comments on commit 412ed24

Please sign in to comment.