From 07e1a91ccab2947479a25b44494bd8f06b89e97f Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Thu, 6 Feb 2025 00:21:39 +0530 Subject: [PATCH] Migrate OLM bundle image CI job from Gitlab to Github Signed-off-by: shiva kumar --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f7a1a35c..bf59948d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -212,7 +212,8 @@ jobs: make build-${{ matrix.dist }} build-gpu-operator-bundle-image: - if: github.ref_type == 'bundleimage' # Runs only if the event is from a main branch commit + if: github.ref == 'refs/heads/bundleimage' + # if: github.ref_type == 'bundleimage' # Runs only if the event is from a main branch commit runs-on: ubuntu-latest steps: - uses: actions/checkout@v4