Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: type safe job dependency #70

Merged
merged 2 commits into from
Nov 28, 2024
Merged

feat: type safe job dependency #70

merged 2 commits into from
Nov 28, 2024

Conversation

tusharmath
Copy link
Contributor

@tusharmath tusharmath commented Nov 28, 2024

fixes #63

You can use add_needs operator to make jobs depend on each other. At the time of workflow generation, we look up an replace Jobs with their relevant Ids. In case a job's dependency isn't found in the workflow, the dependency is added separately as a new job with a auto-generated id.

@tusharmath tusharmath changed the title add add_needs operator on job feat: type safe job dependency Nov 28, 2024
@tusharmath tusharmath merged commit fd55d31 into main Nov 28, 2024
2 checks passed
@tusharmath tusharmath deleted the generate-build-id branch November 28, 2024 01:36
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.

FR: Add type-safety when specifying needs of the jobs
1 participant