Skip to content

Commit

Permalink
Update code-freeze.yml (#24474)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrieu authored Aug 5, 2024
1 parent aa43ff2 commit ebb3f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ on:
- master

env:
ACTIVE_FREEZE: "false"
ACTIVE_FREEZE: "true"
# toggle to true like below to enable + change the job unique name and add a required branch protection!
# ACTIVE_FREEZE: "true"

jobs:
# during an unfrozen state leave as the unfrozen name so it is more obvious
codefreeze-check-unfrozen:
codefreeze-check-20240805
# NOTE: update this date for every new freeze, update the protected branches to require the new name
# codefreeze-check-incident-19254:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ebb3f82

Please sign in to comment.