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 da421f5 commit 7ea1fe7Copy full SHA for 7ea1fe7
.github/workflows/libcxx-restart-preempted-jobs.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
script: |
35
const failure_regex = /Process completed with exit code 1./
36
- const preemption_regex = /(The runner has received a shutdown signal)|(The operation was canceled)/
+ const preemption_regex = /The runner has received a shutdown signal/
37
38
const wf_run = context.payload.workflow_run
39
core.notice(`Running on "${wf_run.display_title}" by @${wf_run.actor.login} (event: ${wf_run.event})\nWorkflow run URL: ${wf_run.html_url}`)
0 commit comments