diff options
author | 2024-06-10 09:58:02 +0100 | |
---|---|---|
committer | 2024-06-10 09:58:02 +0100 | |
commit | b2ebee0e3e1e1e9cbb7adc17760bbe41270dbb72 (patch) | |
tree | c2dc8c35df09c45650ed47e5423978d9a0b99506 | |
parent | Bump poetry to 1.8.2 (diff) |
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.
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 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 }} |