From 6bd1c66ea746f42197b3038bd1c7d1d413597d2e Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Tue, 14 Nov 2023 10:25:50 -0500 Subject: [PATCH] ci: disable cron for now --- .github/workflows/daily-tx-pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-tx-pull.yml b/.github/workflows/daily-tx-pull.yml index fa77c6a47d5..4fe75888ecb 100644 --- a/.github/workflows/daily-tx-pull.yml +++ b/.github/workflows/daily-tx-pull.yml @@ -1,8 +1,8 @@ name: Daily Traslation Update on: workflow_dispatch: # Allows you to run this workflow manually from the Actions tab - schedule: - - cron: 0 0 * * * # daily at midnight UTC = 7-8pm US Eastern +# schedule: +# - cron: 0 0 * * * # daily at midnight UTC = 7-8pm US Eastern concurrency: group: '${{ github.workflow }}' cancel-in-progress: true