From 725d6c731e9aaafe630dc12012cfe766b200994f Mon Sep 17 00:00:00 2001 From: kaltokri Date: Fri, 1 Mar 2024 17:28:53 +0100 Subject: [PATCH] Disable Moose update on every push and update it only on weekends --- .github/workflows/UpdateMoose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/UpdateMoose.yml b/.github/workflows/UpdateMoose.yml index 2297456c11..896dceadba 100644 --- a/.github/workflows/UpdateMoose.yml +++ b/.github/workflows/UpdateMoose.yml @@ -5,14 +5,14 @@ name: Build Demo Missions on: # Triggers the workflow on push or pull request events for the "main" and "develop" branches - push: - branches: - - master - - develop + #push: + # branches: + # - master + # - develop # Cron job every day at 2 o'clock. schedule: - - cron: '0 2 * * *' + - cron: '0 2 * * 0' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: