Skip to content

Commit 9616dc2

Browse files
authored
Remove cron build of buster as it no longer releases
1 parent 3ef6c4a commit 9616dc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-debian-buster.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: "release-debian-buster"
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 7 1 * *'
119

1210
# Wish I could use a matrix strategy here - tried to and discovered that there are limitations
1311
# The strategy property is not supported in any job that calls a reusable workflow.
@@ -17,4 +15,4 @@ jobs:
1715
uses: ./.github/workflows/build-glibc-and-release.yaml
1816
with:
1917
dist-base: debian
20-
dist-tag: buster
18+
dist-tag: buster

0 commit comments

Comments
 (0)