Skip to content

Conversation

meeech
Copy link
Member

@meeech meeech commented Apr 24, 2025

Jira

Description

Update valid job types

@meeech meeech changed the title update valid job type feat: update valid job types Apr 24, 2025
isApprovalJob := jobRef.Type == "approval"
if isApprovalJob {
// Define valid job types
validJobTypesMap := map[string]bool{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are 2 more job types that were added recently: lock and unlock

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@briceicle do we mention in our docs? Because I reference the job ref for schema store pr (another repo) and we dont list them there https://circleci.com/docs/configuration-reference/#job-type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants