Skip to content

Commit a5e87c6

Browse files
committed
[libc++] Try fixing the preemption detection regex
1 parent 254d206 commit a5e87c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
script: |
147147
const FAILURE_REGEX = /Process completed with exit code 1./
148-
const PREEMPTION_REGEX = /The runner has received a shutdown signal|The operation was canceled/
148+
const PREEMPTION_REGEX = /(The runner has received a shutdown signal)|(The operation was canceled)/
149149
150150
function log(msg) {
151151
core.notice(msg)

0 commit comments

Comments
 (0)