-
Notifications
You must be signed in to change notification settings - Fork 27
[TASK] Adjust Github Actions so they run in order #195
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
Comments
Add all artillery and serverless-artillery actions to their own respective workflows? Can serverless-artillery deploy a single time before doing all eight tests/invokes then do a single remove? Which of the workflows depend on which other workflows? |
Find previous issues/PRs for the deploy actions (UI/functions) see exactly what those do, how long they take. |
|
Okay, so this is fairly simple using on: repository_dispatch (See here) BUT the workflows need to be in the default branch! Using
and
I was able to get a proof of concept, but multiple people testing any sweeping changes I make will not work Therefore, I have decided only to edit the existing workflows as of 4/MAR/2021 to trigger each other sequentially. I will not be doing any of the extra edits suggested in #195 (comment) |
|
Only ten working (presumably) workflows in /.github/workflows/ total, two of which aren't technically on my list. Missing:
|
Order:
Many will need to be renamed, a few might need adjusting.
Preliminary research makes it seem there's not a super elegant way to make workflows wait on other workflows.From https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_run :
Also try to figure out #186
The text was updated successfully, but these errors were encountered: