Skip to content

Commit

Permalink
Correct workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Aug 1, 2022
1 parent 5d924ea commit 7a854dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist-test.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
deploy:
needs: test
if: ${{ success() && (github.event.inputs.allow_deploy == 'true' }}
if: ${{ success() && (github.event.inputs.allow_deploy == 'true') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a854dc

Please sign in to comment.