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 3ef6c4a commit 9616dc2Copy full SHA for 9616dc2
.github/workflows/release-debian-buster.yaml
@@ -6,8 +6,6 @@ name: "release-debian-buster"
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 7 1 * *'
11
12
# Wish I could use a matrix strategy here - tried to and discovered that there are limitations
13
# The strategy property is not supported in any job that calls a reusable workflow.
@@ -17,4 +15,4 @@ jobs:
17
15
uses: ./.github/workflows/build-glibc-and-release.yaml
18
16
with:
19
dist-base: debian
20
- dist-tag: buster
+ dist-tag: buster
0 commit comments