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

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new e6ad92c  [hotfix][Connectors/AWS] Add ability to manually trigger CI
e6ad92c is described below

commit e6ad92ce218d7fe2f712e2d2dc8ba2e56275d90a
Author: Danny Cranmer <[email protected]>
AuthorDate: Wed Oct 4 22:25:35 2023 +0100

    [hotfix][Connectors/AWS] Add ability to manually trigger CI
---
 .github/workflows/push_pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 06cd670..55e9d7e 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -17,7 +17,7 @@
 
################################################################################
 
 name: "flink-connector-aws: build on pull request"
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true

Reply via email to