Skip to content

Commit

Permalink
chore(ci): remove JS handling from workflow conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 29, 2025
1 parent 2dfdad5 commit 8f3ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
builds:
name: Builds
needs: [checks]
if: ${{ needs.checks.outputs.json }}
if: needs.checks.outputs.json
permissions:
packages: write
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 8f3ca5b

Please sign in to comment.