File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 if : always() && needs.test.result == 'failure' && github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true
3636 uses : ./.github/workflows/bazel.yml
3737 with :
38- name : Retries
38+ name : RBE Retries
3939 caching : false
4040 ruby-version : jruby-9.4.12.0
4141 download-name : bazel-logs
@@ -45,12 +45,12 @@ jobs:
4545 run : |
4646 ./go retry_failed_tests "${BAZEL_LOG_FILE}" true
4747 retry-local :
48- name : Retry Failures on Local
48+ name : Retry Failures on GHA
4949 needs : test
5050 if : always() && needs.test.result == 'failure' && github.repository_owner == 'seleniumhq' && startsWith(github.head_ref, 'renovate/') != true
5151 uses : ./.github/workflows/bazel.yml
5252 with :
53- name : Retries
53+ name : GHA Retries
5454 caching : false
5555 ruby-version : jruby-9.4.12.0
5656 browser : needs-xvfb
You can’t perform that action at this time.
0 commit comments