Skip to content

Commit 1cf952a

Browse files
committed
rename things again
1 parent cf26092 commit 1cf952a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-rbe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

0 commit comments

Comments
 (0)