每天自动转存漏掉的issues

This commit is contained in:
AnJia 2023-07-27 10:29:54 +08:00
parent cebffad97c
commit ea7e7a5632
1 changed files with 3 additions and 3 deletions

View File

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