Skip to content

Commit 8ab2730

Browse files
committed
[libc++] Rename test job for restarting preempted jobs
1 parent 2469984 commit 8ab2730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libcxx-restart-preempted-jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ jobs:
133133
134134
restart-test:
135135
if: github.repository_owner == 'llvm' && (github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled') && github.event.actor.login == 'ldionne' # TESTING ONLY
136-
name: "Restart Job"
136+
name: "Restart Job (test)"
137137
permissions:
138138
statuses: read
139139
checks: write
140140
actions: write
141141
runs-on: ubuntu-latest
142142
steps:
143-
- name: "Restart Job"
143+
- name: "Restart Job (test)"
144144
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
145145
with:
146146
script: |

0 commit comments

Comments
 (0)