Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/robgruen/selfhost runners #874

Closed
wants to merge 13 commits into from
16 changes: 8 additions & 8 deletions .github/workflows/build-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ name: build-ts
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
branches: ["main"]
branches: ["dev/robgruen/selfhost_runners"]
# pull_request:
# branches: ["main"]
# merge_group:
# branches: ["main"]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -31,10 +31,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
version: [18, 20, 22]
os: [ "1ES.Pool=typeagent-runners-pool" ]
version: [22]

runs-on: ${{ matrix.os }}
runs-on: [ self-hosted, 1ES.Pool=typeagent-runners-pool ]
steps:
- if: runner.os == 'Linux'
run: |
Expand Down
Loading