Abacn opened a new issue, #28593: URL: https://github.com/apache/beam/issues/28593
### What happened? Currently, some workflow run a matrix of version and phrase triggers also share the same prefix in addition to the version number, e.g. Python PostCommit has phrases - Run Python PostCommit 3.8 - Run Python PostCommit 3.9 - Run Python PostCommit 3.10 - Run Python PostCommit 3.11 However, if comment one of this under a PR, the test result will show failure because the workflow skips other element by `exit 1` [here](https://github.com/apache/beam/blob/fee9808b5ec3af161461dcd8876451914f8fef2e/.github/actions/setup-action/action.yml#L40). There isn't a way to run a full matrix of job from single comment either (like cron job does). ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
