Skip to content

Commit

Permalink
Fix regexp and abstract variable parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Jun 13, 2023
1 parent 2de93eb commit 77b3898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ let trace_action ~repo_full_name trace =
|| test "fatal: unable to access .* Couldn't connect to server"
|| test "fatal: unable to access .* Could not resolve host"
|| test "Resolving .* failed: Temporary failure in name resolution"
|| test "ERROR: unexpected status code [manifests latest]: 401 Unauthorized"
|| test "unexpected status code .*: 401 Unauthorized"
then Retry "Connectivity issue"
else if test "fatal: reference is not a tree" then
Ignore "Normal failure: pull request was force-pushed."
Expand Down

0 comments on commit 77b3898

Please sign in to comment.