mirror of
https://github.com/kenzok8/AutoSync.git
synced 2025-01-09 04:07:31 +08:00
Update small.yml
This commit is contained in:
parent
e1dec8684f
commit
5c113f29a9
8
.github/workflows/small.yml
vendored
8
.github/workflows/small.yml
vendored
@ -1,13 +1,19 @@
|
||||
name: small
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/small.yml'
|
||||
- 'small.sh'
|
||||
schedule:
|
||||
- cron: 0 */6 * * *
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
packages:
|
||||
description: 'packages'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
jobs:
|
||||
job_small:
|
||||
|
Loading…
Reference in New Issue
Block a user