-
Notifications
You must be signed in to change notification settings - Fork 46
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
👻 workflow must use correct addon branch #561
Conversation
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
.github/workflows/demo-testing.yml
Outdated
@@ -69,3 +68,5 @@ jobs: | |||
uses: konveyor/ci/.github/workflows/global-ci.yml@main | |||
with: | |||
component_name: tackle2-addon-analyzer | |||
# env.ADDON_REF should work as release branches are identical everywhere | |||
api_tests_ref: "${{ env.ADDON_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.
Won't this be an issue when it is a PR?
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.
uhh ohh, sorry my bad...you're absolutely right
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
@shawn-hurley updated now, good catch |
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.
We should consider exporting this to other repos as well
This reverts commit cbe0801.
This reverts commit cbe0801. Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Reverts #561 Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
No description provided.