Skip to content

Commit 2f8f498

Browse files
committed
Test #35816
1 parent dfef43d commit 2f8f498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# These tests will only execute on ubuntu-latest (GitHub-hosted).
6969
# Context: https://github.com/apache/beam/pull/35585
7070
# Temporary removed the ubuntu-latest env till resolving deps issues.
71-
os: [[self-hosted, ubuntu-20.04, highmem22]]
71+
os: [[self-hosted, ubuntu-20.04, highmem22], [ubuntu-latest]]
7272
if: |
7373
github.event_name == 'workflow_dispatch' ||
7474
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# These tests will only execute on ubuntu-latest (GitHub-hosted).
7373
# Context: https://github.com/apache/beam/pull/35585
7474
# Temporary removed the ubuntu-latest env till resolving deps issues.
75-
os: [[self-hosted, ubuntu-20.04, main]]
75+
os: [[self-hosted, ubuntu-20.04, main], [ubuntu-latest]]
7676
if: |
7777
github.event_name == 'push' ||
7878
github.event_name == 'pull_request_target' ||

0 commit comments

Comments
 (0)