Skip to content

Commit

Permalink
unbreak it
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlanger committed Oct 25, 2024
1 parent a5043a3 commit 0cb144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-standard-checks-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 20
- name: CI Standard Checks
if: !inputs.useBeta
if: ${{ inputs.useBeta == false }}
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0cb144e

Please sign in to comment.