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

Commit bc72b79

Browse files
committed
FIX for broken streamline tags for CI
1 parent 8bedb03 commit bc72b79

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yaml

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

1414
jobs:
1515
build:
16-
runs-on: self-hosted
16+
runs-on: default
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3

.github/workflows/helm-push.yaml

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

1010
jobs:
1111
push:
12-
runs-on: self-hosted
12+
runs-on: default
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Helm Push Action

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
Lint:
1717
name: lint
18-
runs-on: self-hosted
18+
runs-on: default
1919
steps:
2020
- name: Checkout Code
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)