Skip to content

Commit a03c560

Browse files
chore(cide): back to ubuntu-latest
Signed-off-by: Nikita Korolev <[email protected]>
1 parent d3e94df commit a03c560

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build_dev.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ concurrency:
2020

2121
jobs:
2222
show_dev_manifest:
23-
runs-on: [self-hosted, regular]
24-
# runs-on: ubuntu-latest
23+
runs-on: ubuntu-latest
2524
name: Show
2625
steps:
2726
- name: Set vars for PR
@@ -80,8 +79,7 @@ jobs:
8079
shell: bash
8180

8281
lint:
83-
runs-on: [self-hosted, regular]
84-
# runs-on: ubuntu-latest
82+
runs-on: ubuntu-latest
8583
name: Run linter
8684
steps:
8785
- name: Set up Go 1.20
@@ -102,8 +100,7 @@ jobs:
102100
continue-on-error: true
103101

104102
test:
105-
runs-on: [self-hosted, regular]
106-
# runs-on: ubuntu-latest
103+
runs-on: ubuntu-latest
107104
name: Run unit test
108105
steps:
109106
- name: Set up Go 1.20
@@ -128,8 +125,7 @@ jobs:
128125
shell: bash
129126

130127
dev_setup_build:
131-
runs-on: [self-hosted, regular]
132-
# runs-on: ubuntu-latest
128+
runs-on: ubuntu-latest
133129
name: Build and Push images
134130
needs:
135131
- lint

0 commit comments

Comments
 (0)