Skip to content

Commit

Permalink
Don't use env in job-level if
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Sep 12, 2023
1 parent 0fa4c3e commit 5e09ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
deployChecklist:
name: Create or update deploy checklist
runs-on: ubuntu-latest
if: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'false' }}
if: ${{ github.event_name != 'release' }}
needs: validateActor
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5e09ff8

Please sign in to comment.