Skip to content

Commit abb778e

Browse files
Update main.yml
1 parent 7569a4c commit abb778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
instance: [0, 1, 2, 3]
99
steps:
10-
- run: ip route get 1 | awk '{print $NF;exit}'
10+
- run: ip route get 1
1111
if: matrix.instance == 0
1212
- run: echo worker
1313
if: matrix.instance != 0

0 commit comments

Comments
 (0)