This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/main by this push:
new c2d6353 HIVE-27061: Website deployment GitHub action should not
trigger on pull requests
c2d6353 is described below
commit c2d63530a59831ac722789578d2142491bfaec56
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Feb 10 11:37:15 2023 +0100
HIVE-27061: Website deployment GitHub action should not trigger on pull
requests
---
.github/workflows/gh-pages.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index b09bfd8..5937105 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -23,7 +23,6 @@ on:
push:
branches:
- main # Set a branch to deploy
- pull_request:
jobs:
deploy: