Skip to content

Commit 96392ce

Browse files
authored
Change runner to array format in build_images.yml
1 parent f70e19e commit 96392ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: ''
1717
jobs:
1818
build_docker_images:
19-
runs-on: self-hosted
19+
runs-on: [self-hosted]
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)