mirror of https://github.com/penpot/penpot.git
🔧 Change concurrency rules on tests github workflow
This commit is contained in:
parent
90dcf04fb0
commit
0735140f07
|
|
@ -15,7 +15,7 @@ on:
|
|||
- staging
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: ${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue