We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2469984 commit 8ab2730Copy full SHA for 8ab2730
.github/workflows/libcxx-restart-preempted-jobs.yaml
@@ -133,14 +133,14 @@ jobs:
133
134
restart-test:
135
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"
+ name: "Restart Job (test)"
137
permissions:
138
statuses: read
139
checks: write
140
actions: write
141
runs-on: ubuntu-latest
142
steps:
143
- - name: "Restart Job"
+ - name: "Restart Job (test)"
144
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
145
with:
146
script: |
0 commit comments