Skip to content

Commit

Permalink
try ubuntu-latest on flaky tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Apr 23, 2024
1 parent e38ef73 commit 6d4cfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:

build:
name: Unit Test (Race)
runs-on:
group: vitess-ubuntu20
runs-on: ubuntu-latest
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unit_test_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ concurrency:

jobs:
test:
runs-on:
group: vitess-ubuntu20

runs-on: ubuntu-latest
steps:
- name: Check if workflow needs to be skipped
id: skip-workflow
Expand Down

0 comments on commit 6d4cfae

Please sign in to comment.