mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11: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]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ncc:
|
||||
name: C++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user