mirror of
https://github.com/penpot/penpot.git
synced 2026-05-24 09:23:40 +00:00
🔧 Change concurrency rules on tests github workflow
This commit is contained in:
parent
90dcf04fb0
commit
0735140f07
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
- staging
|
- staging
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user