mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 17:42:12 +00:00
don't interfere with the trunk check
This commit is contained in:
parent
fa29386eb7
commit
d0440f3cac
2
.github/workflows/main_matrix.yml
vendored
2
.github/workflows/main_matrix.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ci-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
#concurrency:
|
#concurrency:
|
||||||
# group: ${{ github.ref }}
|
# group: ${{ github.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user