Skip to content

Commit

Permalink
Update ActionManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thyeggman authored and TingluoHuang committed Mar 21, 2024
1 parent 49f3368 commit 104efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Worker/ActionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ private async Task BuildActionContainerAsync(IExecutionContext executionContext,
catch (Exception ex) when (!executionContext.CancellationToken.IsCancellationRequested) // Do not retry if the run is cancelled.
{
// UnresolvableActionDownloadInfoException is a 422 client error, don't retry
// NonRetryableActionDownloadInfoException is a 400, don't retry, log as infra error
// NonRetryableActionDownloadInfoException is an non-retryable exception from Actions
// Some possible cases are:
// * Repo is rate limited
// * Repo or tag doesn't exist, or isn't public
Expand Down

0 comments on commit 104efa5

Please sign in to comment.