From 7e6b2ed26b7b6bba82975314efdb46cee07186ca Mon Sep 17 00:00:00 2001 From: liushuyu Date: Thu, 23 Dec 2021 00:09:58 -0700 Subject: [PATCH] CI: auto-refresh the images every 7 days ... ... a manual trigger is added as well, just in case --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6cbdd3..87b76d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: 'Yuzu Docker Image CI' on: + workflow_dispatch: + inputs: {} + schedule: + - cron: '0 7 * * 0' push: branches: ["master"] pull_request: