Update .forgejo/workflows/build_releases.yaml

Ensure build and push asset jobs do not run at the same time.
This commit is contained in:
stephenseo 2024-06-22 04:40:43 +00:00
parent 084573165c
commit 44daec460b

View file

@ -78,7 +78,8 @@ jobs:
fi
push-build-aarch64:
needs: ensure-release-exists
if: ${{ always() }}
needs: push-build-x86_64
concurrency:
group: push-build-group
runs-on: aarch64_archLinux