Skip to content

Commit 50ae014

Browse files
authored
ci: run actions on self-hosted (#41)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated build and deployment pipeline configurations. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5bdd51d commit 50ae014

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: [self-hosted, akash]
88
env:
99
GO111MODULE: "on"
1010
steps:

.github/workflows/concommits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: conventional commits
8-
runs-on: ubuntu-latest
8+
runs-on: [self-hosted, akash]
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: webiny/action-conventional-commits@v1.1.0

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
goreleaser:
18-
runs-on: ubuntu-latest
18+
runs-on: [self-hosted, akash]
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

0 commit comments

Comments
 (0)