Skip to content

Commit 3263d4e

Browse files
committed
lint
1 parent 3871788 commit 3263d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: services/actions/concurrency.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func EvaluateJobConcurrency(ctx context.Context, run *actions_model.ActionRun, a
5757
return "", false, fmt.Errorf("get inputs: %w", err)
5858
}
5959

60-
singleWorkflows, err := jobparser.Parse([]byte(actionRunJob.WorkflowPayload))
60+
singleWorkflows, err := jobparser.Parse(actionRunJob.WorkflowPayload)
6161
if err != nil {
6262
return "", false, fmt.Errorf("parse single workflow: %w", err)
6363
} else if len(singleWorkflows) != 1 {

0 commit comments

Comments
 (0)