-
Notifications
You must be signed in to change notification settings - Fork 389
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
Fix build_tag.yml workflow #7016
Conversation
/skip-all |
.github/workflows/build_tag.yml
Outdated
@@ -133,6 +142,7 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v4 | |||
with: | |||
ref: ${{ needs.get-version.outputs.antrea_ref }} |
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 indented
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, weird, I copy-pasted the line
Remove undefined references to push_needed. Add the ability to trigger the workflow manually in case it is ever needed because of a release issue. Signed-off-by: Antonin Bas <[email protected]>
955d3cf
to
bec444c
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.
LGTM
/skip-all |
Remove undefined references to push_needed.
Add the ability to trigger the workflow manually in case it is ever needed because of a release issue.