Skip to content

Commit 76caa2b

Browse files
author
Vincent Li
committed
updates
1 parent 96b8d93 commit 76caa2b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci_child_for_performancetest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
21+
runs-on:
22+
- self-hosted
23+
- linux
24+
- ${{ matrix.platform }}
2225
timeout-minutes: ${{ matrix.timeout_minutes }}
2326
steps:
2427
- name: Checkout

.github/workflows/ci_child_for_smoketest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
21+
runs-on:
22+
- self-hosted
23+
- linux
24+
- ${{ matrix.platform }}
2225
timeout-minutes: ${{ matrix.timeout_minutes }}
2326
steps:
2427
- name: Checkout

.github/workflows/ci_child_for_unittest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
21+
runs-on:
22+
- self-hosted
23+
- linux
24+
- ${{ matrix.platform }}
2225
timeout-minutes: ${{ matrix.timeout_minutes }}
2326
steps:
2427
- name: Checkout

0 commit comments

Comments
 (0)