ci: limit renovate workflow concurrency to one at a time
Renovate / renovate (push) Successful in 1m43s
Build and Deploy / build-and-deploy (push) Successful in 5m0s

This commit is contained in:
2026-06-26 20:04:10 -07:00
parent 572418e1d2
commit 92d1f986ed
+4
View File
@@ -7,6 +7,10 @@ on:
- master
workflow_dispatch: # Allows manual triggering from the Gitea UI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest