-
Notifications
You must be signed in to change notification settings - Fork 53
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: Add rule to only run benchmark if other check are successful #194
Conversation
github workflows are successfull.
other only work on default branches apparently.
0f28631
to
a7a3b1f
Compare
Because I am trying to use the I can merge this in and we can see if the benchmark CI gets triggered or not (it's not in the PR). OR I can make one giant github workflow for all the rules so I can declare them with |
From what I can tell, this puts the requirement for benchmarks on the |
I wanted to ensure that all workflows are successful before benchmarks are ran, however I think it only sets and OR option (trigger if either one of the workflows is successful) rather than if both of those workflows are successful. Currently the benchmark flow never gets triggered due to not being on the default branch. I didn't specifically do the build step to avoid duplication as we already have the build step on CircleCi (should I move that over to Github?). |
I know the build/test is on the circle ci, but isn't there still a corresponding github action, or does the CircleCI integration just magically wire things up. EIther way benchmarks are prob fine to run on lint too. |
Nvm, I see how things are connecting together, yes depending on the |
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.
LGTM
…rcenetwork#194) MESSAGE: Add a check to only run the benchmark ec2 runner workflow if the other GitHub workflows are successful. COMMITS: * Add a check to only run the benchmark ec2 runner workflow if the other github workflows are successfull. * Ready to test, but github actions for workflow runs dependent on each other only work on default branches apparently. * Run the benchmarks on the EC2 container.
Add a check to only run the benchmark ec2 runner workflow if the other GitHub workflows are successful.