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 committed May 16, 2022
1 parent 155d29e commit fe2ab59
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 fe2ab59

Please sign in to comment.