Browse Source

chore(ci): Disable runs-on (#2471)

Summary
CI pre-commit is stalled. Disable the runs_on clause to see if the larger runner is the problem.
Jayant Krishnamurthy 8 months ago
parent
commit
d510afa329
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/ci-pre-commit.yml

+ 0 - 1
.github/workflows/ci-pre-commit.yml

@@ -11,7 +11,6 @@ env:
   POETRY_VERSION: "1.4.2"
 jobs:
   pre-commit:
-    runs-on: ubuntu-latest-x64-m
     steps:
       - uses: actions/checkout@v4
       - uses: actions-rs/toolchain@v1