Skip to content

Commit

Permalink
run flow tests only on ubicloud large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Sep 19, 2023
1 parent 5372df9 commit 7e4a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
flow_test:
strategy:
matrix:
runner: [ubuntu-latest, ubicloud]
runner: [ubicloud-standard-8]
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
services:
Expand Down

0 comments on commit 7e4a51a

Please sign in to comment.