Skip to content

Commit

Permalink
fix: if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 5, 2025
1 parent 8d635e5 commit 7438661
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 @@ -41,7 +41,7 @@ jobs:
builds:
name: Builds
needs: extract_version
if: (!github.event.pull_request.head.repo.fork && needs.extract_version.outputs.available == true)
if: (needs.extract_version.outputs.available == 'true')
runs-on: ubuntu-24.04
permissions:
packages: write
Expand Down

0 comments on commit 7438661

Please sign in to comment.