Skip to content

Commit 61df91f

Browse files
authored
fix(publish): never auto-cancel publish workflow (#4330)
This is the one workflow where cancellation can become a real problem. Two publish actions are spawned for each workflow run (one is dispatched manually, the second is triggered), and if auto-cancellation is in the workflow then the second one kills the first one Reference #4283
1 parent 9718cd6 commit 61df91f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
timeout-minutes: 5
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: styfle/[email protected]
17-
with:
18-
access_token: ${{ github.token }}
1916
- uses: actions/checkout@v2
2017
with:
2118
ref: 'master'

0 commit comments

Comments
 (0)