Skip to content

Commit

Permalink
fix(publish): never auto-cancel publish workflow (#4330)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikehardy authored Sep 30, 2020
1 parent 9718cd6 commit 61df91f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
with:
ref: 'master'
Expand Down

1 comment on commit 61df91f

@vercel
Copy link

@vercel vercel bot commented on 61df91f Sep 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.