Skip to content

Commit

Permalink
Switches GitHub Actions to a self-hosted runner due to IO limits
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Sep 8, 2023
1 parent 151f31f commit 5afea3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

build-and-push-image:
needs: [collect-github-api-artifacts]
runs-on: [ubuntu-22.04]
runs-on: [self-hosted]
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

build-image:
needs: [collect-github-api-artifacts]
runs-on: [ubuntu-22.04]
runs-on: [self-hosted]
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5afea3a

Please sign in to comment.