This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push: new f989e00fe07 chore: disable pull_request_target (#1569) f989e00fe07 is described below commit f989e00fe07eb2226dde2b53d7a5168b29f4a930 Author: 琚致远 / Zhiyuan Ju <juzhiy...@apache.org> AuthorDate: Tue Apr 25 22:05:07 2023 +0800 chore: disable pull_request_target (#1569) --- .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 * * *'