From 9d9bf60c1b8227928bf705e625f40a0c71f59bec Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 11 Oct 2022 22:36:30 +0200 Subject: [PATCH] Update UpdateMoose.yml --- .github/workflows/UpdateMoose.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/UpdateMoose.yml b/.github/workflows/UpdateMoose.yml index 7cb76b3f24..2297456c11 100644 --- a/.github/workflows/UpdateMoose.yml +++ b/.github/workflows/UpdateMoose.yml @@ -10,14 +10,17 @@ on: - master - develop - # Triggers the workflow on pull request events for the "main" and "develop" branches - pull_request: - branches: - - master - - develop + # Cron job every day at 2 o'clock. + schedule: + - cron: '0 2 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + inputs: + name: + description: 'Manual Run' + required: false + default: 'The Octoverse' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: