Skip to content

Commit

Permalink
use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator authored and guvenc committed Jul 11, 2023
1 parent 2d6b5b6 commit 34d4a13
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
architecture: [ amd64, arm64 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
type: string
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
architecture: [ amd64, arm64 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: release-drafter/release-drafter@v5
id: draft-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
set_version:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Set Versions
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
size-label:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: size-label
uses: pascalgn/size-label-action@v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
checks:
name: run
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 34d4a13

Please sign in to comment.