Skip to content

Commit 95367e1

Browse files
Updated runs-on again...
1 parent 226ff56 commit 95367e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-deploy:
1010
# Run on your self-hosted runner so it has Docker
11-
runs-on: [self-hosted, Linux, X64, Codebuilder]
11+
runs-on: self-hosted
1212
# Alternatively: runs-on: [self-hosted, linux]
1313

1414
steps:

0 commit comments

Comments
 (0)