Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzakhachanskyboxlabs authored May 9, 2024
1 parent d768307 commit 48f7050
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
IWYU: "0.22"
LLVM: "18"

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

steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/bazel-release-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ 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:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
runs-on: ubuntu-latest
continue-on-error: true
permissions:
contents: write
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ jobs:

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

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

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

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

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

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

0 comments on commit 48f7050

Please sign in to comment.