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 437b1db commit e9ae7ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ jobs:
with:
fetch-depth: 0 # Fetch all branches, main needed.

# - name: Check if core files changed
# id: core_files_changed
# uses: ./.github/workflows/actions/early-exit-check

- name: Check if core files changed
id: core_files_changed
uses: ./.github/workflows/actions/early-exit-check

# - name: Exit if no changes in core paths
# id: should_early_exit
# if: steps.core_files_changed.outputs.result == 'true'
# shell: bash
# run: |
# echo "result=false" >> $GITHUB_OUTPUT
# if: steps.core_files_changed.outputs.result == 'true'
shell: bash
run: |
echo "result=false" >> $GITHUB_OUTPUT
build-ios:
needs: [check-secrets, check-vars, early-exit-check]
Expand Down

0 comments on commit e9ae7ae

Please sign in to comment.