File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ concurrency:
20
20
21
21
jobs :
22
22
show_dev_manifest :
23
- runs-on : [self-hosted, regular]
24
- # runs-on: ubuntu-latest
23
+ runs-on : ubuntu-latest
25
24
name : Show
26
25
steps :
27
26
- name : Set vars for PR
80
79
shell : bash
81
80
82
81
lint :
83
- runs-on : [self-hosted, regular]
84
- # runs-on: ubuntu-latest
82
+ runs-on : ubuntu-latest
85
83
name : Run linter
86
84
steps :
87
85
- name : Set up Go 1.20
@@ -102,8 +100,7 @@ jobs:
102
100
continue-on-error : true
103
101
104
102
test :
105
- runs-on : [self-hosted, regular]
106
- # runs-on: ubuntu-latest
103
+ runs-on : ubuntu-latest
107
104
name : Run unit test
108
105
steps :
109
106
- name : Set up Go 1.20
@@ -128,8 +125,7 @@ jobs:
128
125
shell : bash
129
126
130
127
dev_setup_build :
131
- runs-on : [self-hosted, regular]
132
- # runs-on: ubuntu-latest
128
+ runs-on : ubuntu-latest
133
129
name : Build and Push images
134
130
needs :
135
131
- lint
You can’t perform that action at this time.
0 commit comments