Skip to content

Commit 2c6fb33

Browse files
authored
Merge pull request #5 from gensyn-ai/fix-ci
Build containers with default runners
2 parents 978bd03 + 6035dbb commit 2c6fb33

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-containers.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55

66
jobs:
77
build-web-ui:
8-
runs-on:
9-
labels:
10-
- ubuntu-ci-4core
8+
runs-on: ubuntu-latest
119
environment:
1210
name: Docker
1311
steps:
@@ -39,9 +37,7 @@ jobs:
3937
NEXT_PUBLIC_ALCHEMY_API_KEY=wvs3CE89g2JwoshNNCMe1
4038
4139
build-zero-style-ui:
42-
runs-on:
43-
labels:
44-
- ubuntu-ci-4core
40+
runs-on: ubuntu-latest
4541
environment:
4642
name: Docker
4743
steps:

0 commit comments

Comments
 (0)