mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
ci: ignore lost communication with server annotation in audit (#48493)
This commit is contained in:
1
.github/workflows/audit-branch-ci.yml
vendored
1
.github/workflows/audit-branch-ci.yml
vendored
@@ -73,6 +73,7 @@ jobs:
|
||||
annotation_level === "failure" &&
|
||||
!message.startsWith("Process completed with exit code") &&
|
||||
!message.startsWith("Response status code does not indicate success") &&
|
||||
!message.startsWith("The hosted runner lost communication with the server") &&
|
||||
!/Unable to make request/.test(message) &&
|
||||
!/The requested URL returned error/.test(message),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user