File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323 build-linux-armv7 :
2424 runs-on : [self-hosted, linux, arm]
25- # needs: [lint]
25+ needs : [lint]
2626 steps :
2727 - name : Setup python
2828 run : |
3636
3737 build :
3838 runs-on : ${{ matrix.os }}
39- # needs: [lint]
39+ needs : [lint]
4040 strategy :
4141 fail-fast : false
4242 matrix :
9191
9292 build-linux-cross :
9393 runs-on : ubuntu-latest
94- # needs: [lint]
94+ needs : [lint]
9595 strategy :
9696 fail-fast : false
9797 matrix :
@@ -119,7 +119,7 @@ jobs:
119119
120120 build-linux-s390x :
121121 runs-on : ubuntu-latest
122- # needs: [lint]
122+ needs : [lint]
123123 strategy :
124124 fail-fast : false
125125 matrix :
@@ -139,7 +139,7 @@ jobs:
139139 cd py-spy
140140 python3 -m build
141141
142- - name : Setup scp and ssh
142+ - name : Extracting wheel package from remote s390x instance to runner os
143143 env :
144144 S390X_SSH_HOST : ${{ secrets.S390X_SSH_HOST }}
145145 S390X_SSH_KEY : ${{ secrets.S390X_SSH_KEY }}
@@ -161,7 +161,7 @@ jobs:
161161
162162 build-freebsd :
163163 runs-on : ubuntu-22.04
164- # needs: [lint]
164+ needs : [lint]
165165 timeout-minutes : 30
166166 strategy :
167167 matrix :
You can’t perform that action at this time.
0 commit comments