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 388c0bc commit 47bac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- "pull-request/[0-9]+"
- main
- release-*
# - bundleimage
- bundleimage

jobs:
### Configuration checks ###
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
make build-${{ matrix.dist }}
build-gpu-operator-bundle-image:
if: github.ref_type == 'main' # Runs only if the event is from a main branch commit
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 47bac82

Please sign in to comment.