Skip to content

Commit 09aa6ad

Browse files
authored
chore(process): Fix github.action in docs workflows (googleapis#12732)
Towards googleapis#12004
1 parent d1ae604 commit 09aa6ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# support YAML anchors (see
4242
# https://github.com/actions/runner/issues/1182)
4343
docs:
44-
if: github.actor == 'release-please'
44+
if: github.actor == 'release-please[bot]'
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
ci/run_conditional_tests.sh
6969
docs-warnings:
70-
if: github.actor != 'release-please'
70+
if: github.actor != 'release-please[bot]'
7171
name: "Docs warnings: will block release"
7272
continue-on-error: true
7373
runs-on: ubuntu-latest
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
ci/run_conditional_tests.sh
9797
docfx:
98-
if: github.actor == 'release-please'
98+
if: github.actor == 'release-please[bot]'
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Checkout
@@ -121,7 +121,7 @@ jobs:
121121
run: |
122122
ci/run_conditional_tests.sh
123123
docfx-warnings:
124-
if: github.actor != 'release-please'
124+
if: github.actor != 'release-please[bot]'
125125
name: "Docfx warnings: will block release"
126126
continue-on-error: true
127127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)