Skip to content

Commit

Permalink
refactor ci.yml to abide with peng's rules
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-clio committed Jun 11, 2024
1 parent 92d50ad commit 9bb2d32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: [self-hosted, devcycle, linux, x64]
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT) }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9bb2d32

Please sign in to comment.