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 2c954cb commit b9fc9aaCopy full SHA for b9fc9aa
.github/workflows/gcp-marketplace.yml
@@ -124,7 +124,7 @@ jobs:
124
permissions:
125
id-token: write
126
contents: read
127
- if: ${{ github.event.inputs.trigger == 'PUSH_PROD_DEPLOYER' || github.event_name == 'push' || github.event_name == 'schedule' }}
+ if: ${{ github.event.inputs.trigger == 'PUSH_PROD_DEPLOYER' }}
128
env:
129
GCLOUD_REGISTRY: gcr.io/sonarsource-public
130
GCLOUD_PRODUCT_NAME: official-sonarqube-data-center-edition
0 commit comments