Skip to content

Commit 39163df

Browse files
authored
Update main.yml
Signed-off-by: addminbpk <[email protected]>
1 parent 488eb71 commit 39163df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
default-user-name-password:
7-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
88
steps:
99
- name: Checkout code
1010
uses: actions/checkout@v4
@@ -67,7 +67,7 @@ jobs:
6767
cat /tmp/test/hello.txt
6868
6969
check-ssh-key:
70-
runs-on: ubuntu-latest
70+
runs-on: self-hosted
7171
steps:
7272
- name: Checkout code
7373
uses: actions/checkout@v4

0 commit comments

Comments
 (0)