Skip to content

Commit

Permalink
ci: use runner group
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 6, 2023
1 parent 0d9759f commit 47ddb73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ jobs:
run: sccache --stop-server || true

namada-release:
runs-on: ${{ matrix.os }}
runs-on:
group: gians-runners
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down

0 comments on commit 47ddb73

Please sign in to comment.