Skip to content

Commit 7bc54ab

Browse files
committed
Give specific job labels for actuated
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 55a5a8d commit 7bc54ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

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

1111
jobs:
1212
build:
13-
runs-on: actuated
13+
runs-on: actuated-8cpu-12gb
1414
steps:
1515
- uses: actions/checkout@master
1616
with:

.github/workflows/publish.yaml

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

88
jobs:
99
build:
10-
runs-on: actuated
10+
runs-on: actuated-8cpu-12gb
1111
steps:
1212
- uses: actions/checkout@master
1313
with:

0 commit comments

Comments
 (0)