We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7569a4c commit abb778eCopy full SHA for abb778e
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
instance: [0, 1, 2, 3]
9
steps:
10
- - run: ip route get 1 | awk '{print $NF;exit}'
+ - run: ip route get 1
11
if: matrix.instance == 0
12
- run: echo worker
13
if: matrix.instance != 0
0 commit comments