Skip to content

Commit bb9d305

Browse files
authored
Merge pull request #7 from rasben/set-output
Speed up deploy, by cancelling crons.
2 parents c11f461 + fd01f3c commit bb9d305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ inputs:
3333
required: false
3434
type: integer
3535

36+
ALLOW_CANCEL_CRON:
37+
description: "Can we cancel on-going crons, to speed up deployment? default: 0"
38+
default: 0
39+
required: false
40+
type: integer
41+
3642
outputs:
3743
url:
3844
description: "The ready-to-connect URL"
@@ -48,6 +54,7 @@ runs:
4854
PLATFORMSH_KEY: ${{ inputs.PLATFORMSH_KEY }}
4955
ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }}
5056
DEPLOY_WAIT_TIME: ${{ inputs.DEPLOY_WAIT_TIME }}
57+
ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }}
5158

5259
- name: Check latest deploy status
5360
shell: bash

0 commit comments

Comments
 (0)