Skip to content

Commit

Permalink
Merge pull request #7 from rasben/set-output
Browse files Browse the repository at this point in the history
Speed up deploy, by cancelling crons.
  • Loading branch information
rasben authored Aug 11, 2023
2 parents c11f461 + fd01f3c commit bb9d305
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ inputs:
required: false
type: integer

ALLOW_CANCEL_CRON:
description: "Can we cancel on-going crons, to speed up deployment? default: 0"
default: 0
required: false
type: integer

outputs:
url:
description: "The ready-to-connect URL"
Expand All @@ -48,6 +54,7 @@ runs:
PLATFORMSH_KEY: ${{ inputs.PLATFORMSH_KEY }}
ENVIRONMENT_NAME: ${{ inputs.ENVIRONMENT_NAME }}
DEPLOY_WAIT_TIME: ${{ inputs.DEPLOY_WAIT_TIME }}
ALLOW_CANCEL_CRON: ${{ inputs.ALLOW_CANCEL_CRON }}

- name: Check latest deploy status
shell: bash
Expand Down

0 comments on commit bb9d305

Please sign in to comment.