Fix concurrency
This commit is contained in:
parent
2dc01683d6
commit
713fdeafc7
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
retention-days: 1
|
||||
|
||||
build-artifacts-ARM64-Linux:
|
||||
concurrency: build-X64-Linux
|
||||
concurrency: build-ARM64-Linux
|
||||
runs-on: namespace-profile-default-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue