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 325bdae commit 13c0c7fCopy full SHA for 13c0c7f
.github/workflows/docs.yml
@@ -10,11 +10,7 @@ jobs:
10
container: "norionomura/jazzy"
11
12
steps:
13
- - name: Cancel Previous Runs
14
- uses: styfle/cancel-workflow-action@0.4.0
15
- with:
16
- access_token: ${{ github.token }}
17
- workflow_id: 1778578
+ - uses: technote-space/auto-cancel-redundant-job@v1
18
- uses: actions/checkout@v2
19
- name: Run SourceKitten
20
run: sourcekitten doc --spm-module SwiftShortcuts > SwiftShortcuts.json
0 commit comments