You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2023/04/25 14:03:22 UTC

[apisix-website] 01/01: chore: disable pull_request_target

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

juzhiyuan pushed a commit to branch juzhiyuan-patch-2
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 0c4c827fe12c389990ad3f0486433a45329c9785
Author: 琚致远 / Zhiyuan Ju <ju...@apache.org>
AuthorDate: Tue Apr 25 22:03:14 2023 +0800

    chore: disable pull_request_target
---
 .github/workflows/deploy.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 7c95a0ae7e9..b216ea6710c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,8 +7,6 @@ name: Test and Deploy Website
 on:
   push:
     branches: [master]
-  pull_request_target:
-    branches: [master]
   schedule:
     # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
     - cron: '0 5 * * *'