mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: ignore test timeouts in audit (#50259)
This commit is contained in:
1
.github/workflows/audit-branch-ci.yml
vendored
1
.github/workflows/audit-branch-ci.yml
vendored
@@ -86,6 +86,7 @@ jobs:
|
||||
!message.startsWith("Response status code does not indicate success") &&
|
||||
!message.startsWith("The hosted runner lost communication with the server") &&
|
||||
!message.startsWith("Dependabot encountered an error performing the update") &&
|
||||
!message.startsWith("The action 'Run Electron Tests' has timed out") &&
|
||||
!/Unable to make request/.test(message) &&
|
||||
!/The requested URL returned error/.test(message),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user