Skip to content

Commit

Permalink
ci: run client types on free runners (#19015)
Browse files Browse the repository at this point in the history
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
millsp and Jolg42 committed May 3, 2023
1 parent 17d7820 commit c6995eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -597,8 +597,8 @@ jobs:
# CLIENT (types tests only)
#
client-types:
timeout-minutes: ${{ github.event_name == 'schedule' && 30 || 15 }}
runs-on: ${{ github.event_name == 'schedule' && 'ubuntu-latest' || 'buildjet-4vcpu-ubuntu-2004' }}
timeout-minutes: 15
runs-on: ubuntu-latest

needs: detect_jobs_to_run
if: ${{ contains(needs.detect_jobs_to_run.outputs.jobs, '-all-') || contains(needs.detect_jobs_to_run.outputs.jobs, '-client-') }}
Expand Down

0 comments on commit c6995eb

Please sign in to comment.