diff options
-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 }} |