Skip to content

Commit eea370e

Browse files
authored
ci: don't deploy to docs-updater environment (#1102)
1 parent 5a9f3e1 commit eea370e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ permissions: {}
1717
jobs:
1818
update-docs:
1919
runs-on: ubuntu-latest
20-
environment: docs-updater
20+
environment:
21+
name: docs-updater
22+
deployment: false
2123
permissions:
2224
id-token: write # for secret service access
2325
env:

0 commit comments

Comments
 (0)