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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c91c74bb7a disabling triggers on precommit website due to regression 
(#27185)
4c91c74bb7a is described below

commit 4c91c74bb7a352e663589a01f6b0e97953c00163
Author: Vlado Djerek <[email protected]>
AuthorDate: Fri Jun 23 00:07:22 2023 +0200

    disabling triggers on precommit website due to regression (#27185)
---
 .github/workflows/beam_PreCommit_Website.yml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Website.yml 
b/.github/workflows/beam_PreCommit_Website.yml
index b7a4067f254..3152f2eda8c 100644
--- a/.github/workflows/beam_PreCommit_Website.yml
+++ b/.github/workflows/beam_PreCommit_Website.yml
@@ -16,17 +16,7 @@
 name: beam_PreCommit_Website
 
 on:
-  push:
-    tags: ['v*']
-    branches: ['master', 'release-*']
-    paths: ['website/**']
-  pull_request:
-    branches: ['master', 'release-*']
-    paths: ['website/**']
-  issue_comment:
-    types: [created]
-  schedule:
-    - cron: '* */6 * * *'
+  workflow_dispatch:
 
 jobs:
     beam_PreCommit_Website:

Reply via email to