Skip to content

Commit

Permalink
CI/config.yaml: Add release freeze period for 4.6
Browse files Browse the repository at this point in the history
Set end date to give us a bit of leeway.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Sep 27, 2024
1 parent 259fc12 commit 9bc7889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/CI/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
freeze:
start: null
end: null
start: "2024-09-27T23:59:59+00:00"
end: "2024-10-13T23:59:59+00:00"

0 comments on commit 9bc7889

Please sign in to comment.