From 24147c9780d06c826f6a8ca9a742098bae8e27e6 Mon Sep 17 00:00:00 2001 From: Mihir Samdarshi Date: Fri, 13 Dec 2024 00:40:28 -0800 Subject: [PATCH] chore: Update images.yaml --- .github/workflows/images.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 48fdee9b8..6c0d7c633 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -3,8 +3,6 @@ name: Create and publish Docker images # Configures this workflow to run every time a change is pushed to the branch called `release`. on: - schedule: - - cron: '0 2 * * 2,5' workflow_dispatch: # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.