We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874783e commit 8dd0b67Copy full SHA for 8dd0b67
.github/workflows/olm.yml
@@ -221,7 +221,7 @@ jobs:
221
name: Create branch for Openshift Marketplace PR
222
runs-on: ubuntu-latest
223
needs: test-olm-package
224
- if: ${{ startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ github.event_name == 'release' || inputs.release == true }}
225
steps:
226
- name: Checkout community-operators-prod fork (Openshift Ecosystem)
227
uses: actions/checkout@v5
0 commit comments