Update download-upstream.yml

This commit is contained in:
gentlyxu 2021-05-29 11:34:40 +08:00 committed by GitHub
parent f9ad208803
commit 99775c6af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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