From a47001f176611c6a54043f905709490404e41ea1 Mon Sep 17 00:00:00 2001 From: Fernando Lucchesi Date: Tue, 8 Aug 2023 10:01:04 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Disable=20auto=20trigger?= =?UTF-8?q?=20in=20order=20to=20merge=20branch=20#1804?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ghcr-cleanup_v2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ghcr-cleanup_v2.yaml b/.github/workflows/ghcr-cleanup_v2.yaml index cef451df8..67f15a643 100644 --- a/.github/workflows/ghcr-cleanup_v2.yaml +++ b/.github/workflows/ghcr-cleanup_v2.yaml @@ -2,9 +2,9 @@ name: Delete old ghrc images on: workflow_dispatch: push: - paths: - - '.github/workflows/ghcr_cleanup/**' - - '.github/workflows/ghcr-cleanup_v2.yaml' + # paths: + # - '.github/workflows/ghcr_cleanup/**' + # - '.github/workflows/ghcr-cleanup_v2.yaml' # schedule: # - cron: '0 0 * * *' # every day at midnight permissions: