Commit 1f1b19f 1 parent 89602c7 commit 1f1b19f Copy full SHA for 1f1b19f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
10
10
jobs :
11
11
assign-author :
12
- runs-on : [ self-hosted, small ]
12
+ runs-on : arc-runners- small
13
13
if : ${{ !github.event.pull_request.assignee }}
14
14
steps :
15
15
-
uses :
toshimaru/[email protected]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
jobs :
13
13
build_debian_image :
14
14
name : Build epicbox/debian image
15
- runs-on : [ self-hosted, small ]
15
+ runs-on : arc-runners- small
16
16
timeout-minutes : 15
17
17
steps :
18
18
- name : Checkout code
30
30
build_debian_images :
31
31
name : Build ${{ matrix.path }} image
32
32
needs : build_debian_image
33
- runs-on : [ self-hosted, small ]
33
+ runs-on : arc-runners- small
34
34
strategy :
35
35
fail-fast : false
36
36
matrix :
59
59
60
60
build_images :
61
61
name : Build ${{ matrix.path }} image
62
- runs-on : [ self-hosted, small ]
62
+ runs-on : arc-runners- small
63
63
strategy :
64
64
fail-fast : false
65
65
matrix :
@@ -152,7 +152,7 @@ jobs:
152
152
- build_debian_image
153
153
- build_debian_images
154
154
- build_images
155
- runs-on : [ self-hosted, small ]
155
+ runs-on : arc-runners- small
156
156
timeout-minutes : 30
157
157
steps :
158
158
-
uses :
hyperskill/[email protected]
You can’t perform that action at this time.
0 commit comments