From ef07421700cff966a24d6b3b391feaed543be717 Mon Sep 17 00:00:00 2001 From: Xin Rong Date: Fri, 26 Aug 2022 14:00:04 +0800 Subject: [PATCH] ci: set default_branch (#1274) * timer-ci * update default_branch --- .github/workflows/k8s-timer-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/k8s-timer-ci.yml b/.github/workflows/k8s-timer-ci.yml index 8676c2fbee..00d1684874 100644 --- a/.github/workflows/k8s-timer-ci.yml +++ b/.github/workflows/k8s-timer-ci.yml @@ -19,6 +19,8 @@ name: k8s-timer-ci on: + repository_dispatch: + default_branch: master schedule: - cron: '0 1 * * 1'