Skip to content

Commit b9002cb

Browse files
author
Jos Martin
committed
Stop automatically releasing on AlmaLinux
1 parent 5fc244f commit b9002cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +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-
schedule:
10-
- cron: '0 2 1 * *'
9+
# No need to schedule thie build - we know it no longer works on post glibc-2.28-189.1.el8 releases
10+
# schedule:
11+
# - cron: '0 2 1 * *'
1112

1213
jobs:
1314
build-alma-8-4:

0 commit comments

Comments
 (0)