mirror of
https://github.com/anjia0532/gcr.io_mirror.git
synced 2025-09-23 03:59:19 +08:00
每天自动转存漏掉的issues
This commit is contained in:
4
.github/workflows/gcr.io_mirror.yml
vendored
4
.github/workflows/gcr.io_mirror.yml
vendored
@@ -6,12 +6,12 @@ on:
|
||||
label:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
Schedule:
|
||||
-cron: '0 16 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.issue.labels.*.name, 'porter')
|
||||
steps:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user