-
Notifications
You must be signed in to change notification settings - Fork 1.4k
build(CI): Add workflow to push weekly tags #15446
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
cefe4d2 to
88f3675
Compare
88f3675 to
ae76729
Compare
ae76729 to
cdf51a6
Compare
|
|
||
| - name: Create and push date-version tag | ||
| env: | ||
| PATCH_VERSION: ${{ inputs.patch-version || '00' }} |
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.
Is patch version a pipeline argument passed when you invoke it manually ?
| # If the workflow wasn't success full the array will be empty which we check for | ||
| # using `grep` -q = set exit code -v = invert match | ||
| gh run list --commit "$COMMIT" \ | ||
| --workflow "Linux Build using GCC" \ |
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.
nit: Pipeline names are brittle and can change, if there was a more formal way to say this pipeline depends on results of this other pipeline that would be great.
Closes #15411