Skip to content

Commit

Permalink
ci(release): Add the killswitch option to workflow UI
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 15, 2020
1 parent cf350bd commit 1410d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
description: Do not actually cut the release
required: false
default: false
force:
description: Force the release, bypassing the 'release-blocker' issue killswitch
required: false
default: false
schedule:
# We want the release to be at 10 or 11am Pacific Time
# We also make this an hour after all others such as Sentry,
Expand Down

0 comments on commit 1410d00

Please sign in to comment.