Skip to content

Commit 6a541a9

Browse files
author
Adam Waldron
committed
test: original
1 parent 26d8803 commit 6a541a9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@ name: ci
33
on: [push, pull_request]
44

55
jobs:
6-
should-skip:
7-
continue-on-error: true
8-
runs-on: ubuntu-latest
9-
# Map a step output to a job output
10-
outputs:
11-
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
12-
steps:
13-
- id: skip-check
14-
uses: fkirc/[email protected]
15-
with:
16-
github_token: ${{github.token}}
17-
186
ci:
19-
needs: should-skip
20-
if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
217
strategy:
228
fail-fast: false
239
matrix:

0 commit comments

Comments
 (0)