Skip to content

Commit

Permalink
Update common.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela authored Dec 10, 2024
1 parent 1907eee commit 6c9a721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eas-build-job/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export const StaticWorkflowInterpolationContextZ = z.object({
ref: z.string(),
ref_name: z.string(),
ref_type: z.string(),
commit_message: z.string(),
})
// We need to .optional() to support jobs that are not triggered by a GitHub event.
.optional(),
Expand Down

0 comments on commit 6c9a721

Please sign in to comment.