-
Notifications
You must be signed in to change notification settings - Fork 10
Update main.yml #204
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
Update main.yml #204
Conversation
@@ -0,0 +1,49 @@ | |||
name: Container Upload Workflow | |||
|
|||
on: |
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.
Where is this workflow used?
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.
Good catch, this is a left over when I tried to make this work with workflow_call, but that was rather iffy.
.github/workflows/build-and-test.yml
Outdated
@@ -1,118 +1,118 @@ | |||
name: Build and Test | |||
# name: Build and Test |
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.
Why don't we just remove this?
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.
Ohh, I commented this just out to focus on the other part, we should bring it back once the container upload works. I'm still wondering if we should chain it to it. So we actually test the containers we build.
Also, it looks like we have another notification problem:
|
No description provided.