Disable Moose update on every push and update it only on weekends

This commit is contained in:
kaltokri 2024-03-01 17:28:53 +01:00
parent ce1f2ed2fb
commit 725d6c731e

View File

@ -5,14 +5,14 @@ name: Build Demo Missions
on: on:
# Triggers the workflow on push or pull request events for the "main" and "develop" branches # Triggers the workflow on push or pull request events for the "main" and "develop" branches
push: #push:
branches: # branches:
- master # - master
- develop # - develop
# Cron job every day at 2 o'clock. # Cron job every day at 2 o'clock.
schedule: schedule:
- cron: '0 2 * * *' - cron: '0 2 * * 0'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: