mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Update download-upstream.yml
This commit is contained in:
parent
f9ad208803
commit
99775c6af6
7
.github/workflows/download-upstream.yml
vendored
7
.github/workflows/download-upstream.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user