aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-10 09:58:02 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-10 09:58:02 +0100
commitb2ebee0e3e1e1e9cbb7adc17760bbe41270dbb72 (patch)
treec2dc8c35df09c45650ed47e5423978d9a0b99506 /.github/workflows/build.yml
parentBump 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.
Diffstat (limited to '')
-rw-r--r--.github/workflows/build.yml3
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 }}