Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,12 +758,6 @@ jobs:
if: github.repository_owner == 'apache' && github.event_name == 'push'
needs: [ publish ]
runs-on: ubuntu-24.04
# Documentation publishing targets a shared resource (the apache/grails-website repo).
# Share the static group used by the release documentation publish (release.yml) so only
# one documentation publish can run at a time across every branch; the rest queue.
concurrency:
group: grails-docs-publish
cancel-in-progress: false
steps:
- name: "⚙️ Maximize build space"
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,12 +571,6 @@ jobs:
name: "VOTE SUCCEEDED - Publish Documentation"
needs: [ publish, source, upload, release ]
runs-on: ubuntu-24.04
# Documentation publishing targets a shared resource (the apache/grails-website repo).
# Use a static, branch-independent group so only one documentation publish can run at a
# time across every branch and across the snapshot publish in gradle.yml; the rest queue.
concurrency:
group: grails-docs-publish
cancel-in-progress: false
steps:
- name: "📝 Establish release version"
run: echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"
Expand Down