Update .forgejo/workflows/build_releases.yaml
Ensure build and push asset jobs do not run at the same time.
This commit is contained in:
parent
084573165c
commit
44daec460b
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
push-build-aarch64:
|
push-build-aarch64:
|
||||||
needs: ensure-release-exists
|
if: ${{ always() }}
|
||||||
|
needs: push-build-x86_64
|
||||||
concurrency:
|
concurrency:
|
||||||
group: push-build-group
|
group: push-build-group
|
||||||
runs-on: aarch64_archLinux
|
runs-on: aarch64_archLinux
|
||||||
|
|
Loading…
Reference in a new issue