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 254d206 commit a5e87c6Copy full SHA for a5e87c6
.github/workflows/libcxx-restart-preempted-jobs.yaml
@@ -145,7 +145,7 @@ jobs:
145
with:
146
script: |
147
const FAILURE_REGEX = /Process completed with exit code 1./
148
- const PREEMPTION_REGEX = /The runner has received a shutdown signal|The operation was canceled/
+ const PREEMPTION_REGEX = /(The runner has received a shutdown signal)|(The operation was canceled)/
149
150
function log(msg) {
151
core.notice(msg)
0 commit comments