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 91e4cff commit f56cc4fCopy full SHA for f56cc4f
.github/workflows/deploy-portainer-staging.yml
@@ -13,14 +13,13 @@ on:
13
description: 'Signing version. Example: v2.0.0'
14
required: true
15
default: latest
16
- pull_request: null
17
env:
18
PORTAINER_ENDPOINT_ID: 8
19
STACK_NAME: sprinter-signing-staging
20
21
jobs:
22
deploy:
23
- #if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.inputs.image_version }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.inputs.image_version }}
24
runs-on:
25
group: portainer-deployment
26
environment: staging
0 commit comments