Skip to content

Commit

Permalink
[hotfix][Connectors/AWS] Add ability to manually trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Oct 4, 2023
1 parent 5105d48 commit e6ad92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6ad92c

Please sign in to comment.