Skip to content

Commit

Permalink
Merge pull request #13939 from grails/website-publish-step
Browse files Browse the repository at this point in the history
disable website step in release GitHub workflow
  • Loading branch information
jamesfredley authored Dec 23, 2024
2 parents ebf95b3 + 2c708e0 commit 82bec77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
inputs: ${{ steps.prep_inputs.outputs.value }}
website:
if: false # disable for 7.0.0-M1 release
needs: publish
runs-on: ubuntu-latest
permissions:
Expand All @@ -429,4 +430,4 @@ jobs:
repo: grails/grails-static-website
ref: master
token: ${{ secrets.GH_TOKEN }}
inputs: ${{ steps.prep_inputs.outputs.value }}
inputs: ${{ steps.prep_inputs.outputs.value }}

0 comments on commit 82bec77

Please sign in to comment.