Skip to content

Commit f56cc4f

Browse files
committed
Remove deploy on pull request
1 parent 91e4cff commit f56cc4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-portainer-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ on:
1313
description: 'Signing version. Example: v2.0.0'
1414
required: true
1515
default: latest
16-
pull_request: null
1716
env:
1817
PORTAINER_ENDPOINT_ID: 8
1918
STACK_NAME: sprinter-signing-staging
2019

2120
jobs:
2221
deploy:
23-
#if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.inputs.image_version }}
22+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.inputs.image_version }}
2423
runs-on:
2524
group: portainer-deployment
2625
environment: staging

0 commit comments

Comments
 (0)