Преглед изворни кода

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 месеци
родитељ
комит
d510afa329
1 измењених фајлова са 0 додато и 1 уклоњено
  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