You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/02/05 01:35:31 UTC

[apisix] branch master updated: chore: remove spellcheck for `push` (#3509)

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

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 53c7aba  chore: remove spellcheck for `push` (#3509)
53c7aba is described below

commit 53c7aba023d4119fa688919e726e1f73cb6ec71e
Author: Shuyang Wu <wo...@gmail.com>
AuthorDate: Fri Feb 5 09:35:22 2021 +0800

    chore: remove spellcheck for `push` (#3509)
---
 .github/workflows/spellchecker.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml
index e120b81..1f87085 100644
--- a/.github/workflows/spellchecker.yml
+++ b/.github/workflows/spellchecker.yml
@@ -1,7 +1,5 @@
 name: spellchecker
 on:
-  push:
-    branches: [master]
   pull_request:
     branches: [master]
 jobs: