Add concurrency groups.
This commit is contained in:
parent
db91f1e4ca
commit
b29a359796
|
@ -1,5 +1,10 @@
|
||||||
name: "Build FBX2GLTF"
|
name: "Build FBX2GLTF"
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-build
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-win-10:
|
build-win-10:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Reference in New Issue