Skip to content

Commit

Permalink
Remove linux from require for push (#1555)
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <safinsaft@gmail.com>
  • Loading branch information
safinsaf authored Apr 3, 2023
1 parent 16f5a99 commit 8b37ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:

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

0 comments on commit 8b37ed3

Please sign in to comment.