Skip to content

Commit 13c0c7f

Browse files
authored
Fix auto-cancel redundant docs jobs
1 parent 325bdae commit 13c0c7f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
container: "norionomura/jazzy"
1111

1212
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
13+
- uses: technote-space/auto-cancel-redundant-job@v1
1814
- uses: actions/checkout@v2
1915
- name: Run SourceKitten
2016
run: sourcekitten doc --spm-module SwiftShortcuts > SwiftShortcuts.json

0 commit comments

Comments
 (0)