Skip to content

Commit

Permalink
fix: pipe logic
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach committed Oct 25, 2024
1 parent c689f7b commit d5bbdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
build-ios:
needs: [check-secrets, check-vars, early-exit-check]
if: ${{ needs.early-exit-check.outputs.should_skip_xx != 'true' }}
if: ${{ needs.early-exit-check.outputs.should_skip_xx == 'true' }}
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d5bbdd1

Please sign in to comment.