You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/08/01 17:18:24 UTC

[beam] branch users/damccorm/auth2docker updated: Allow manually triggering builds

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

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


The following commit(s) were added to refs/heads/users/damccorm/auth2docker by this push:
     new dd8f3e32f13 Allow manually triggering builds
dd8f3e32f13 is described below

commit dd8f3e32f13fdef2164ff436efe3818e32239adc
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Aug 1 13:18:17 2023 -0400

    Allow manually triggering builds
---
 .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
index 614be7fb2c6..adf4678ac4b 100644
--- a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
@@ -51,6 +51,7 @@ jobs:
   beam_PostCommit_Go_Dataflow_ARM:
     if: |
       github.event_name == 'push' ||
+      github.event_name == 'workflow_dispatch' ||
       github.event_name == 'schedule' ||
       github.event.comment.body == 'Run Go PostCommit Dataflow ARM'
     runs-on: [self-hosted, ubuntu-20.04, main]