Add specifying Docker build concurrent jobs

Add limiting concurrent jobs in Actions
This commit is contained in:
Tindy X
2021-09-22 00:30:46 +08:00
parent 1ead1f8c7f
commit b49934635e
3 changed files with 14 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
name: GitHub CI
on: [push]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
linux32_build:
name: Linux x86 Build