We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e2c75 commit ffefc72Copy full SHA for ffefc72
.github/workflows/ci.yml
@@ -7,23 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- pre-test:
11
- permissions:
12
- actions: write
13
- contents: read
14
- runs-on: ubuntu-latest
15
- outputs:
16
- should_skip: ${{ steps.skip_check.outputs.should_skip }}
17
- steps:
18
- - id: skip_check
19
- uses: fkirc/skip-duplicate-actions@v5
20
- with:
21
- cancel_others: "true"
22
-
23
test:
24
runs-on: ubuntu-latest
25
- needs: pre-test
26
- if: needs.pre-test.outputs.should_skip != 'true'
27
steps:
28
- uses: actions/checkout@v4
29
0 commit comments