Skip to content

Commit

Permalink
OND-1031: don't let workflows use chromium runners (#64)
Browse files Browse the repository at this point in the history
RELNOTES: none
  • Loading branch information
jayconrod authored Jan 3, 2025
1 parent b411e82 commit 2f9234e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
golang-builder:
runs-on:
- self-hosted
- "purpose=github-actions"
- "os=${{ matrix.os }}"
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
golang-builder:
runs-on:
- self-hosted
- "purpose=github-actions"
- "os=${{ matrix.os }}"
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
build-other-artifacts:
runs-on:
- self-hosted
- "purpose=github-actions"
- "os=${{ matrix.os }}"
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
Expand Down

0 comments on commit 2f9234e

Please sign in to comment.