Skip to content

Commit

Permalink
Fix auto-cancel redundant docs jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 authored Jul 3, 2020
1 parent 325bdae commit 13c0c7f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
container: "norionomura/jazzy"

steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
workflow_id: 1778578
- uses: technote-space/auto-cancel-redundant-job@v1
- uses: actions/checkout@v2
- name: Run SourceKitten
run: sourcekitten doc --spm-module SwiftShortcuts > SwiftShortcuts.json
Expand Down

0 comments on commit 13c0c7f

Please sign in to comment.