mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Added New Github Actions Workflow
- Disabled scheduled and push commands in `demomissionspacked.yml` - Added `UpdateMoose.yml` in .github\workflows\ folder - Added `UpdateMoose.py` in .scripts folder
This commit is contained in:
12
.github/workflows/demomissionspacked.yml
vendored
12
.github/workflows/demomissionspacked.yml
vendored
@@ -5,13 +5,13 @@ name: Build Demo Missions (packed)
|
||||
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
||||
# or API.
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 7 * * 6'
|
||||
#schedule:
|
||||
# - cron: '0 7 * * 6'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
#push:
|
||||
# branches:
|
||||
# - master
|
||||
# - develop
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user