Skip to content

Commit

Permalink
fix: punch through self hosted build for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Nov 13, 2023
1 parent 0590d24 commit 08057d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-latest:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-tag:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 08057d5

Please sign in to comment.