From 5e0dd983b7d9c5e2da1cfcf9b540d26d7e82dad6 Mon Sep 17 00:00:00 2001 From: nigeljamesstevenson <105309450+nigeljamesstevenson@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:52:11 +0000 Subject: [PATCH] Update release-code-freeze.yml --- .github/workflows/release-code-freeze.yml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release-code-freeze.yml b/.github/workflows/release-code-freeze.yml index 34524c8d03e..fe570a31e88 100644 --- a/.github/workflows/release-code-freeze.yml +++ b/.github/workflows/release-code-freeze.yml @@ -1,17 +1,17 @@ name: 'Release: Code 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' +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' }}