mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 16:09:17 +01:00
Update styfle/cancel-workflow-action action to v0.10.0 (#7446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
74c5b29484
commit
d3ce46a367
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous runs
|
- name: Cancel previous runs
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.10.0
|
||||||
with:
|
with:
|
||||||
access_token: ${{ github.token }}
|
access_token: ${{ github.token }}
|
||||||
all_but_latest: true
|
all_but_latest: true
|
||||||
|
2
.github/workflows/cancel_pull_request.yml
vendored
2
.github/workflows/cancel_pull_request.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
cancel:
|
cancel:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: styfle/cancel-workflow-action@0.9.1
|
- uses: styfle/cancel-workflow-action@0.10.0
|
||||||
with:
|
with:
|
||||||
all_but_latest: true
|
all_but_latest: true
|
||||||
workflow_id: ${{ github.event.workflow.id }}
|
workflow_id: ${{ github.event.workflow.id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user