Cancel dummy app tests on branch pushes
This commit is contained in:
parent
cfb5acb73a
commit
7d97fe352f
4
.github/workflows/install_dummy_app.yml
vendored
4
.github/workflows/install_dummy_app.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: dummy-app-${{ github.ref_name }}
|
||||
cancel-in-progress: ${{ github.ref_name != 'main' }}
|
||||
|
||||
jobs:
|
||||
install_dummy_app:
|
||||
name: Dummy App
|
||||
|
Loading…
x
Reference in New Issue
Block a user