Skip to content

Commit 8b37ed3

Browse files
authored
Remove linux from require for push (#1555)
Signed-off-by: safinsaf <[email protected]>
1 parent 16f5a99 commit 8b37ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272

273273
Push-self-hosted:
274274
if: ${{ github.ref == 'refs/heads/master' || startsWith( github.ref, 'refs/tags/' ) }}
275-
needs: [clang-tidy, MacOS, Minideb-self-hosted, Linux-self-hosted]
275+
needs: [clang-tidy, MacOS, Minideb-self-hosted]
276276
strategy:
277277
fail-fast: false
278278
matrix:

0 commit comments

Comments
 (0)