Skip to content

Commit

Permalink
update ci workers
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Oct 4, 2023
1 parent 7009b28 commit 3010d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cluster_initial_sharding_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: cluster initial sharding multi
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_test_cluster_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: Docker Test Cluster 10
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker_test_cluster_25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:

build:
name: Docker Test Cluster 25
runs-on: ubuntu-latest
runs-on:
group: vitess-ubuntu20

steps:
- name: Check if workflow needs to be skipped
Expand Down

0 comments on commit 3010d30

Please sign in to comment.