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: 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/). 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.