mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
Cancel naming
This commit is contained in:
parent
3fb83a73c4
commit
7dd3272da2
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@ -2,6 +2,10 @@ name: Naming
|
|||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ncc:
|
ncc:
|
||||||
name: C++
|
name: C++
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user