Skip to content

Commit

Permalink
fix: simplify 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 0c18185 commit a84d7f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/actions/early-exit-check/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
early-exit-check:
runs-on: ubuntu-22.04
outputs:
should_skip_build: ${{ steps.core_files_check.outputs.result != 'true' }}
should_skip_build: ${{ steps.core_files_check.outputs.result == 'false' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a84d7f5

Please sign in to comment.