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

damccorm pushed a commit to branch users/damccorm/workflow_dispatch_condition
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to 
refs/heads/users/damccorm/workflow_dispatch_condition by this push:
     new 0856a11c086 spacing
0856a11c086 is described below

commit 0856a11c086766f05cbbaf165aa301b91120b5c0
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Mon Jul 31 16:53:08 2023 -0400

    spacing
---
 .github/workflows/beam_PreCommit_Whitespace.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Whitespace.yml 
b/.github/workflows/beam_PreCommit_Whitespace.yml
index 1b70b522e7c..36d993090cc 100644
--- a/.github/workflows/beam_PreCommit_Whitespace.yml
+++ b/.github/workflows/beam_PreCommit_Whitespace.yml
@@ -53,7 +53,7 @@ jobs:
     beam_PreCommit_Whitespace:
         if: |
           github.event_name == 'push' || 
-      github.event_name == 'workflow_dispatch' ||
+          github.event_name == 'workflow_dispatch' ||
           github.event_name == 'pull_request_target' ||
           github.event_name == 'schedule' ||
           github.event.comment.body == 'Run Whitespace PreCommit'

Reply via email to