From f3024a29f4c6939dc30614dea22a815be22c5436 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 14 Jan 2025 07:53:12 +0100 Subject: [PATCH] Stop building Debian images These have been failing for over a year+, and I haven't received any complaints/issues/etc about it. Once the package page is fully back in working condition I'll check if anyone is using them and if not fully drop them. --- .github/workflows/debian.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index f570391..281ed2c 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -1,14 +1,14 @@ name: Debian on: workflow_dispatch: - push: - paths-ignore: - - 'README.md' - branches: - - master - pull_request: - schedule: - - cron: '13 4 * * *' +# push: +# paths-ignore: +# - 'README.md' +# branches: +# - master +# pull_request: +# schedule: +# - cron: '13 4 * * *' jobs: supported-debian-versions: name: Supported Debian versions