Skip to content

Commit

Permalink
chore(ci): Temporarily replace self-hosted arc runners with github-ho…
Browse files Browse the repository at this point in the history
…sted runners (#1943)
  • Loading branch information
achimnol committed Feb 29, 2024
1 parent 8a49637 commit 5561101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
lint:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') && github.event.pull_request.merged == false }}
runs-on: arc-runner-set
runs-on: ubuntu-latest
steps:
- name: Calculate the fetch depth
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

typecheck:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:ci') && github.event.pull_request.merged == false }}
runs-on: arc-runner-set
runs-on: ubuntu-latest
steps:
- name: Calculate the fetch depth
run: |
Expand Down

0 comments on commit 5561101

Please sign in to comment.