File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments