We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce47f66 commit d4813c9Copy full SHA for d4813c9
.github/workflows/busola-build.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Merge with latest main
52
uses: ./.github/actions/merge
53
build-busola-image:
54
+ needs: rebase
55
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
56
if: github.event.pull_request.draft == false
57
with:
0 commit comments