mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Disable Moose update on every push and update it only on weekends
This commit is contained in:
parent
ce1f2ed2fb
commit
725d6c731e
10
.github/workflows/UpdateMoose.yml
vendored
10
.github/workflows/UpdateMoose.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user