Skip to content

Commit

Permalink
Drop the scheduled build-publish trigger
Browse files Browse the repository at this point in the history
This schedulde usually gets disabled by github far before a Python/Poetry release is made, so isn't useful.
  • Loading branch information
ChrisLovering committed Jun 10, 2024
1 parent 1725609 commit b2ebee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b2ebee0

Please sign in to comment.