每天自动转存漏掉的issues
This commit is contained in:
parent
cebffad97c
commit
ea7e7a5632
|
@ -1,13 +1,13 @@
|
|||
name: gcr.io_mirror
|
||||
|
||||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 16 * * *'
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
label:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
Schedule:
|
||||
-cron: '0 16 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue