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 daacecf commit 6ca06c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
builds:
name: Builds
needs: extract_version
if: '!github.event.pull_request.head.repo.fork && ${{ needs.extract_version.outputs.available == true }}'
if: '!github.event.pull_request.head.repo.fork && needs.extract_version.outputs.available == true'
runs-on: ubuntu-24.04
permissions:
packages: write
Expand Down

0 comments on commit 6ca06c8

Please sign in to comment.