We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc244f commit b9002cbCopy full SHA for b9002cb
.github/workflows/release-all-rhel.yaml
@@ -6,8 +6,9 @@ name: "release-all-rhel"
6
# ensure all artifacts are up-to-date with security and other patches to these distributions
7
on:
8
workflow_dispatch:
9
- schedule:
10
- - cron: '0 2 1 * *'
+# No need to schedule thie build - we know it no longer works on post glibc-2.28-189.1.el8 releases
+# schedule:
11
+# - cron: '0 2 1 * *'
12
13
jobs:
14
build-alma-8-4:
0 commit comments