Skip to content

Commit b9fc9aa

Browse files
fix
1 parent 2c954cb commit b9fc9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcp-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
permissions:
125125
id-token: write
126126
contents: read
127-
if: ${{ github.event.inputs.trigger == 'PUSH_PROD_DEPLOYER' || github.event_name == 'push' || github.event_name == 'schedule' }}
127+
if: ${{ github.event.inputs.trigger == 'PUSH_PROD_DEPLOYER' }}
128128
env:
129129
GCLOUD_REGISTRY: gcr.io/sonarsource-public
130130
GCLOUD_PRODUCT_NAME: official-sonarqube-data-center-edition

0 commit comments

Comments
 (0)