Skip to content

Commit

Permalink
test: original
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Jan 29, 2025
1 parent 26d8803 commit 6a541a9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,7 @@ name: ci
on: [push, pull_request]

jobs:
should-skip:
continue-on-error: true
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
steps:
- id: skip-check
uses: fkirc/skip-duplicate-actions@v2.1.0
with:
github_token: ${{github.token}}

ci:
needs: should-skip
if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6a541a9

Please sign in to comment.