Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# variable (which is always truthy) to boolean.
- if: fromJSON(env.SHOULD_DEPLOY)
name: Cancel all but latest deploy
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
all_but_latest: true
access_token: ${{ github.token }}
Expand Down