Skip to content
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

🐛 Supply defaults when running on schedule #683

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

czunker
Copy link
Contributor

@czunker czunker commented Nov 15, 2022

Fixes #679

Signed-off-by: Christian Zunker christian@mondoo.com

Fixes #679

Signed-off-by: Christian Zunker <christian@mondoo.com>
@czunker czunker requested a review from imilchev November 16, 2022 08:41
@@ -34,8 +34,8 @@ on:
required: true

env:
MONDOO_OPERATOR_IMAGE_TAG: ${{ github.event.inputs.mondooOperatorImageTag }}
MONDOO_CLIENT_IMAGE_TAG: ${{ github.event.inputs.mondooClientImageTag }}
MONDOO_OPERATOR_IMAGE_TAG: ${{ github.event.inputs.mondooOperatorImageTag || 'main' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahaaa! Now I see why this didn't work before...

@czunker czunker merged commit 537a790 into main Nov 16, 2022
@czunker czunker deleted the christian/fix_cloud_tests_schedule branch November 16, 2022 09:46
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cloud integration tests are failing
2 participants