Skip to content

Commit

Permalink
Merge pull request #422 from TheKingTermux/renovate/styfle-cancel-wor…
Browse files Browse the repository at this point in the history
…kflow-action-0.x

chore(deps): update styfle/cancel-workflow-action action to v0.12.0
  • Loading branch information
TheKingTermux authored Oct 6, 2023
2 parents 83175c3 + 7658f0b commit 8777b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cancel_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
all_but_latest: true
workflow_id: ${{ github.event.workflow.id }}

0 comments on commit 8777b19

Please sign in to comment.