Skip to content

Commit

Permalink
build: comment out environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 17, 2025
1 parent 7dd5e0e commit af422af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
core.setOutput('major', latestStable.major);
update-docs:
runs-on: ubuntu-latest
environment: docs-updater
# environment: docs-updater
needs: get-latest-stable
if: ${{ startsWith(github.event.inputs.version, format('v{0}', needs.get-latest-stable.outputs.major)) }}
steps:
Expand Down

0 comments on commit af422af

Please sign in to comment.