Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
IWYU: "0.22"
LLVM: "18"

runs-on: ubuntu-latest
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
continue-on-error: true

steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/bazel-release-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
# A release archive is required for bzlmod
# See: https://blog.bazel.build/2023/02/15/github-archive-checksum.html
bazel-release-archive:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
continue-on-error: true
permissions:
contents: write
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:

codecov:
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:

homebrew-entt:
timeout-minutes: 5
runs-on: ubuntu-latest
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux

env:
GH_REPO: homebrew-entt
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
id_type: ["std::uint32_t", "std::uint64_t"]
cxx_std: [cxx_std_17, cxx_std_20]

runs-on: ubuntu-latest
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux

steps:
- uses: actions/checkout@v4
Expand Down