From 99775c6af66ee94699ef22d83998ce7fe5a01481 Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 29 May 2021 11:34:40 +0800 Subject: [PATCH] Update download-upstream.yml --- .github/workflows/download-upstream.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/download-upstream.yml b/.github/workflows/download-upstream.yml index 981694d9..cbb8d253 100644 --- a/.github/workflows/download-upstream.yml +++ b/.github/workflows/download-upstream.yml @@ -1,14 +1,13 @@ # This is a basic workflow to help you get started with Actions -name: download-upstream +name: download upstream -# Controls when the action will run. on: + schedule: + - cron: '30 18 */3 * *' workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest