3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-14 19:15:41 +00:00

Serialize nightly deploy and keep tag checks

This commit is contained in:
copilot-swe-agent[bot] 2026-07-12 23:45:16 +00:00 committed by GitHub
parent 9bc860e8e0
commit 8624d910db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,10 @@ on:
type: boolean
default: false
concurrency:
group: nightly-release
cancel-in-progress: false
permissions:
contents: write
@ -845,7 +849,7 @@ jobs:
run: |
git tag -f Nightly "${{ github.sha }}"
if ! git push --force origin refs/tags/Nightly; then
echo "Failed to push Nightly tag"
echo "Failed to push Nightly tag to origin"
exit 1
fi