Skip to content

Commit b52b12f

Browse files
authored
Update release-all-rhel.yaml to stop monthly builds
1 parent 85c2560 commit b52b12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-all-rhel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: "release-all-rhel"
66
# ensure all artifacts are up-to-date with security and other patches to these distributions
77
on:
88
workflow_dispatch:
9-
# Resume build on almalinux post glibc-2.28-189.1.el8 releases as we are still fixing new issues
10-
schedule:
11-
- cron: '0 2 1 * *'
9+
# All current RHEL and downstream version include all required patches - no need to build each month
10+
# schedule:
11+
# - cron: '0 2 1 * *'
1212

1313
jobs:
1414
build-alma-8-4:

0 commit comments

Comments
 (0)