You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2022/08/26 06:00:10 UTC

[apisix-ingress-controller] branch master updated: ci: set default_branch (#1274)

This is an automated email from the ASF dual-hosted git repository.

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new ef074217 ci: set default_branch (#1274)
ef074217 is described below

commit ef07421700cff966a24d6b3b391feaed543be717
Author: Xin Rong <ro...@api7.ai>
AuthorDate: Fri Aug 26 14:00:04 2022 +0800

    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 8676c2fb..00d16848 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'