Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
disable release branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson authored and walle committed Jun 16, 2022
1 parent 61cd8b7 commit 02b84f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish-image:
if: startsWith(github.event.base_ref, 'refs/heads/release/v')
# if: startsWith(github.event.base_ref, 'refs/heads/release/v')
runs-on: ubuntu-latest
name: Publish container image
steps:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
docker tag ${{ env.OPERATOR_IMAGE }} ${{ env.RH_OPERATOR_IMAGE }}
make operator-image-push OPERATOR_IMAGE=${{ env.RH_OPERATOR_IMAGE }}
publish-manifests-image:
if: startsWith(github.event.base_ref, 'refs/heads/release/v')
# if: startsWith(github.event.base_ref, 'refs/heads/release/v')
runs-on: ubuntu-latest
name: Publish manifests container image
steps:
Expand Down

0 comments on commit 02b84f1

Please sign in to comment.