Update release-code-freeze.yml
This commit is contained in:
parent
24a216f887
commit
5e0dd983b7
|
@ -1,17 +1,17 @@
|
||||||
name: 'Release: Code freeze'
|
name: 'Release: Code freeze'
|
||||||
#on:
|
on:
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '0 0 * * 4' # Run at start of day UTC on Thursday. i.e. ~Wednesday EOD 23:59:59 UTC
|
- cron: '0 0 * * 4' # Run at start of day UTC on Thursday. i.e. ~Wednesday EOD 23:59:59 UTC
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
# inputs:
|
inputs:
|
||||||
# timeOverride:
|
timeOverride:
|
||||||
# description: "Time Override: The time to use in checking whether the action should run (default: 'now')."
|
description: "Time Override: The time to use in checking whether the action should run (default: 'now')."
|
||||||
# default: 'now'
|
default: 'now'
|
||||||
# skipSlackPing:
|
skipSlackPing:
|
||||||
# description: 'Skip Slack Ping: If true, the Slack ping will be skipped (useful for testing)'
|
description: 'Skip Slack Ping: If true, the Slack ping will be skipped (useful for testing)'
|
||||||
# type: boolean
|
type: boolean
|
||||||
# slackChannelOverride:
|
slackChannelOverride:
|
||||||
# description: 'Slack Channel Override: The channel ID to send the Slack ping about the freeze'
|
description: 'Slack Channel Override: The channel ID to send the Slack ping about the freeze'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TIME_OVERRIDE: ${{ inputs.timeOverride || 'now' }}
|
TIME_OVERRIDE: ${{ inputs.timeOverride || 'now' }}
|
||||||
|
|
Loading…
Reference in New Issue