]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: release Dracut quarterly
authorBenjamin Drung <benjamin.drung@canonical.com>
Fri, 22 Nov 2024 23:52:57 +0000 (00:52 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 23 Nov 2024 00:02:59 +0000 (19:02 -0500)
Release Dracut quarterly to synchronize the Dracut release with the
Ubuntu release. Ubuntu XX.04 has its feature freeze mid to end of
February. Ubuntu XX.10 has its feature freeze mid to end of August. So
release Dracut on the beginning of February and August to have some time
left to get it landed in the distribution.

.github/workflows/release.yml

index 1e17a4657e581c935700e0c4a162441a0e2204e1..9bf8fb29bcf35c93e64a926b757747c1c0cf8c89 100644 (file)
@@ -3,8 +3,8 @@ name: Release
 
 on:  # yamllint disable-line rule:truthy
   schedule:
-    ## Schedule the job to run on Apr-1, Aug-1, Dec-1
-    - cron: '0 0 1 APR,AUG,DEC *'
+    ## Schedule the job quarterly to run on Feb-1, May-1, Aug-1, and Nov-1
+    - cron: '0 0 1 FEB,MAY,AUG,NOV *'
   workflow_dispatch:
     inputs:
       tag: