Skip to content

Commit

Permalink
maybe only single quotes??
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent 412ed24 commit 8b74be7
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 8b74be7

Please sign in to comment.