-
Notifications
You must be signed in to change notification settings - Fork 43
(CAT-2092) - Add workflow restarter #362
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
Conversation
be53cc7 to
a84164d
Compare
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.
Couple of comments @danadoherty639 - going to change label to maintenance as its CI work and doesnt need to appear in the changelog :)
.github/workflows/nightly.yml
Outdated
| bundle exec rake spec | ||
| on-failure-workflow-restarter-proxy: | ||
| # (1) run this job after the "acceptance" job and... |
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.
both comments need updating as refer to acceptance job which is a bit misleading
.github/workflows/ci.yml
Outdated
| run: | | ||
| bundle exec rake spec | ||
| on-failure-workflow-restarter-proxy: |
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.
not sure we should be adding this to ci.yml, and only in nightly.yml like other repos, what do you think?
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.
Completely agree, I'm just doing this for testing purposes, maybe its best I change it to a draft PR for now as still have a few tweaks to make to the workflow-restarter action. Thanks Jordan :)
c075cca to
4b8bce6
Compare
4b8bce6 to
6d588b1
Compare
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.
Great work @danadoherty639
Summary
Provide a detailed description of all the changes present in this pull request.
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist