From 15efb90ddff6749d5df0464656617151945e7731 Mon Sep 17 00:00:00 2001 From: Robert van Dijk Date: Thu, 3 Oct 2024 20:47:37 +0200 Subject: [PATCH] Remove scheduled rebuilt --- .github/workflows/docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d98d59d..d446fc2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,8 +1,6 @@ name: Docker on: push: - schedule: - - cron: "42 2 2 * *" workflow_dispatch: env: @@ -41,4 +39,4 @@ jobs: context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ github.ref == 'refs/heads/main' }} \ No newline at end of file + push: ${{ github.ref == 'refs/heads/main' }}