Skip to content

Commit

Permalink
Migrate OLM bundle image CI job from Gitlab to Github
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Feb 5, 2025
1 parent e6a0c0c commit 07e1a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e1a91

Please sign in to comment.