Skip to content

Commit

Permalink
ci(release): use the build ref to determine the concurrency group of …
Browse files Browse the repository at this point in the history
…job release
  • Loading branch information
DanySK committed Feb 1, 2024
1 parent 6dd01c5 commit 936c7f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy.yml
Expand Up @@ -266,12 +266,17 @@ jobs:
# Strictly sequential.
group: release-${{ github.event.number || github.ref }}
needs:
- compute-build-ref
- select-java-version
- build
- build-website
- test-deploy
- test-packages
- test-aur-package
concurrency:
# Only one release job at a time per branch, as only master releases.
# Strictly sequential.
group: release-${{ needs.compute-build-ref.outputs.build-ref }}
runs-on: ubuntu-22.04
if: >-
!github.event.repository.fork
Expand Down

0 comments on commit 936c7f8

Please sign in to comment.