From b2ebee0e3e1e1e9cbb7adc17760bbe41270dbb72 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 10 Jun 2024 09:58:02 +0100 Subject: Drop the scheduled build-publish trigger This schedulde usually gets disabled by github far before a Python/Poetry release is made, so isn't useful. --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b4e0c5..eddc972 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,9 +8,6 @@ on: paths: - 'Dockerfile' - '.github/workflows/**' - schedule: - # Rerun CI daily to keep up-to-date with upstream python updates - - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }} -- cgit v1.2.3