-
Notifications
You must be signed in to change notification settings - Fork 708
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
[CI] Remove duplicate jobs #5602
Conversation
All of these things are already tested in Github Actions: https://github.com/paritytech/polkadot-sdk/blob/b3c2a25b73bb4854f26204068f0aec3e8577196c/.github/workflows/checks-quick.yml#L50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! job-starter
is still needed for few other jobs. Are we going to make all the jobs required in checks-quick.yml
? I can add a final step like here and make it required
Yes sounds good. They are already required, but their gitlab version instead of GH. |
Yep, will change during merge of this PR |
@alvicsam i think this one is still required: |
All of these things are already tested in Github Actions:
polkadot-sdk/.github/workflows/checks-quick.yml
Line 50 in b3c2a25
Q: the
job-starter
seems to be used by tests, so am keeping it, but not sure how useful it is.