Skip to content

Commit 490589f

Browse files
authored
Merge pull request #2 from UNIwise/DO-1084/streamline-runs-on
Steamline tags for CI
2 parents 3964907 + 97f7bc0 commit 490589f

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docker-build.yaml

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

1414
jobs:
1515
build:
16-
runs-on: self-hosted
1716
steps:
1817
- name: Checkout
1918
uses: actions/checkout@v3

.github/workflows/helm-push.yaml

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

1010
jobs:
1111
push:
12-
runs-on: self-hosted
1312
steps:
1413
- uses: actions/checkout@v1
1514
- name: Helm Push Action

.github/workflows/lint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616
Lint:
1717
name: lint
18-
runs-on: self-hosted
1918
steps:
2019
- name: Checkout Code
2120
uses: actions/checkout@v3

0 commit comments

Comments
 (0)