Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 8bedb03

Browse files
committed
Revert "Merge pull request #2 from UNIwise/DO-1084/streamline-runs-on"
This reverts commit 490589f, reversing changes made to 3964907.
1 parent 490589f commit 8bedb03

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16+
runs-on: self-hosted
1617
steps:
1718
- name: Checkout
1819
uses: actions/checkout@v3

.github/workflows/helm-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
push:
12+
runs-on: self-hosted
1213
steps:
1314
- uses: actions/checkout@v1
1415
- name: Helm Push Action

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
Lint:
1717
name: lint
18+
runs-on: self-hosted
1819
steps:
1920
- name: Checkout Code
2021
uses: actions/checkout@v3

0 commit comments

Comments
 (0)