mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
github: add auto-cancel-redundant-workflow
Automatically cancels existing runs of a PR checking workflow to prevent redundant checks and wastage of resources. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2e43d77c5c
commit
32e1ce17d0
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
|||
api-level: [23, 29]
|
||||
steps:
|
||||
|
||||
- name: Auto-cancel redundant workflow run
|
||||
uses: technote-space/auto-cancel-redundant-workflow@f9dfa1c127a520e4d71b92892850f861fb861206
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
|
||||
id: service-changed
|
||||
|
|
Loading…
Reference in a new issue