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 <[email protected]>
  • Loading branch information
jleach committed Oct 25, 2024
1 parent 62c93b7 commit 3ae8c21
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 @@ -86,7 +86,7 @@ jobs:
# if: steps.core_files_changed.outputs.result == 'true'
shell: bash
run: |
echo "result=false" >> $GITHUB_OUTPUT
echo "result=true" >> $GITHUB_OUTPUT
build-ios:
needs: [check-secrets, check-vars, early-exit-check]
Expand Down

0 comments on commit 3ae8c21

Please sign in to comment.