File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,6 +274,8 @@ PreCommit Jobs run in a schedule and also get triggered in a PR if relevant sour
274274| [ PreCommit Website Stage GCS ] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Website_Stage_GCS.yml ) | N/A | ` Run Website_Stage_GCS PreCommit ` | [ ![ .github/workflows/beam_PreCommit_Website_Stage_GCS.yml] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Website_Stage_GCS.yml/badge.svg?event=schedule )] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Website_Stage_GCS.yml?query=event%3Aschedule ) |
275275| [ PreCommit Whitespace ] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Whitespace.yml ) | N/A | ` Run Whitespace PreCommit ` | [ ![ .github/workflows/beam_PreCommit_Whitespace.yml] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Whitespace.yml/badge.svg?event=schedule )] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Whitespace.yml?query=event%3Aschedule ) |
276276| [ PreCommit Xlang Generated Transforms ] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml ) | N/A | ` Run Xlang_Generated_Transforms PreCommit ` | [ ![ .github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml/badge.svg?event=schedule )] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml?query=event%3Aschedule ) |
277+ | [ PreCommit YAML Xlang Direct ] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml ) | N/A | ` Run Yaml_Xlang_Direct PreCommit ` | [ ![ .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml/badge.svg?event=schedule )] ( https://github.com/apache/beam/actions/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml?query=event%3Aschedule ) |
278+
277279
278280### PostCommit Jobs
279281
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- name : PreCommit Yaml Xlang Direct
16+ name : PreCommit YAML Xlang Direct
1717
1818on :
1919 pull_request_target :
7575 strategy :
7676 matrix :
7777 job_name : ["beam_PreCommit_Yaml_Xlang_Direct"]
78- job_phrase : ["Run Yaml_Xlang_Direct"]
78+ job_phrase : ["Run Yaml_Xlang_Direct PreCommit "]
7979 steps :
8080 - uses : actions/checkout@v4
8181 - name : Setup repository
You can’t perform that action at this time.
0 commit comments