Skip to content

Commit

Permalink
Update release-code-freeze.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljamesstevenson committed Feb 21, 2024
1 parent 3bafb1b commit be4a365
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release-code-freeze.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'Release: Code freeze'
on:
schedule:
- cron: '0 0 * * 5' # Run at start of day UTC on Friday. i.e. ~Thursday EOD 23:59:59 UTC - this is a temporary update for 8.7
workflow_dispatch:
inputs:
timeOverride:
description: "Time Override: The time to use in checking whether the action should run (default: 'now')."
default: 'now'
skipSlackPing:
description: 'Skip Slack Ping: If true, the Slack ping will be skipped (useful for testing)'
type: boolean
slackChannelOverride:
description: 'Slack Channel Override: The channel ID to send the Slack ping about the freeze'
#on:
# schedule:
# - cron: '0 0 * * 4' # Run at start of day UTC on Thursday. i.e. ~Wednesday EOD 23:59:59 UTC
# workflow_dispatch:
# inputs:
# timeOverride:
# description: "Time Override: The time to use in checking whether the action should run (default: 'now')."
# default: 'now'
# skipSlackPing:
# description: 'Skip Slack Ping: If true, the Slack ping will be skipped (useful for testing)'
# type: boolean
# slackChannelOverride:
# description: 'Slack Channel Override: The channel ID to send the Slack ping about the freeze'

env:
TIME_OVERRIDE: ${{ inputs.timeOverride || 'now' }}
Expand Down

0 comments on commit be4a365

Please sign in to comment.