From 309e87e25e40de155c28079f278d6fd41f56ac00 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Wed, 23 Feb 2022 18:01:44 -0500 Subject: [PATCH] Docker images should only run on a daily basis --- .github/workflows/build-docker-images.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index e2c3bb9770..76991c1d92 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -1,17 +1,6 @@ name: Build docker images (scheduled) on: - push: - branches: - - master - - updating-dockerfiles - paths: - - "src/**" - - "tests/**" - - ".github/**" - - "templates/**" - - "utils/**" - - "docker/**" repository_dispatch: schedule: - cron: "0 1 * * *"