Skip to content

Commit 82bec77

Browse files
authored
Merge pull request #13939 from grails/website-publish-step
disable website step in release GitHub workflow
2 parents ebf95b3 + 2c708e0 commit 82bec77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ jobs:
409409
token: ${{ secrets.GH_TOKEN }}
410410
inputs: ${{ steps.prep_inputs.outputs.value }}
411411
website:
412+
if: false # disable for 7.0.0-M1 release
412413
needs: publish
413414
runs-on: ubuntu-latest
414415
permissions:
@@ -429,4 +430,4 @@ jobs:
429430
repo: grails/grails-static-website
430431
ref: master
431432
token: ${{ secrets.GH_TOKEN }}
432-
inputs: ${{ steps.prep_inputs.outputs.value }}
433+
inputs: ${{ steps.prep_inputs.outputs.value }}

0 commit comments

Comments
 (0)