Skip to content

Commit

Permalink
🐛 Supply defaults when running on schedule (#683)
Browse files Browse the repository at this point in the history
Fixes #679

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Nov 16, 2022
1 parent 0a7e09a commit 537a790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
MONDOO_CLIENT_IMAGE_TAG: ${{ github.event.inputs.mondooClientImageTag || 'edge-latest-rootless' }}

jobs:
aks-integration-test:
Expand Down

0 comments on commit 537a790

Please sign in to comment.