From e9dcbca4fd1598f7746c9221d17a862484ee17f5 Mon Sep 17 00:00:00 2001 From: Faizaan Madhani Date: Sun, 17 Mar 2024 19:37:17 -0400 Subject: [PATCH 1/3] make a small modification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d564024f87d..1bd1411de94b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ under the License. --> -# Apache Beam +# Apache Beam (small modification) [Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://jet.hazelcast.org/). From dce903b6eb091bb34ef0a6d2f46bcd60a7c16131 Mon Sep 17 00:00:00 2001 From: Faizaan Madhani Date: Sun, 17 Mar 2024 19:39:43 -0400 Subject: [PATCH 2/3] make a small modification --- .../test-suites/containers/tensorrt_runinference/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/test-suites/containers/tensorrt_runinference/README.md b/sdks/python/test-suites/containers/tensorrt_runinference/README.md index a9dd8d8d71e6..3e12ce4a2dcd 100644 --- a/sdks/python/test-suites/containers/tensorrt_runinference/README.md +++ b/sdks/python/test-suites/containers/tensorrt_runinference/README.md @@ -17,7 +17,7 @@ under the License. --> -# TensorRT Dockerfile for Beam +# TensorRT Dockerfile for Beam (small change) This directory contains the Dockerfiles required to run Beam piplines that use TensorRT. From 2cb56ed52b15c7672a2f736d4e5a748b25b0d2c3 Mon Sep 17 00:00:00 2001 From: Faizaan Madhani Date: Sun, 17 Mar 2024 19:40:56 -0400 Subject: [PATCH 3/3] run pr bot on forks --- .github/workflows/pr-bot-pr-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-bot-pr-updates.yml b/.github/workflows/pr-bot-pr-updates.yml index 02c8a2473ff3..a51a134160f2 100644 --- a/.github/workflows/pr-bot-pr-updates.yml +++ b/.github/workflows/pr-bot-pr-updates.yml @@ -31,7 +31,7 @@ jobs: statuses: read # Don't run on forks - if: github.repository == 'apache/beam' + # if: github.repository == 'apache/beam' runs-on: ubuntu-latest steps: