Skip to content

Commit

Permalink
fix(CI): Skip linux build
Browse files Browse the repository at this point in the history
Signed-off-by: Yibai Zhang <[email protected]>
  • Loading branch information
summershrimp committed Nov 20, 2022
1 parent c743860 commit 65e57e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
fail-fast: true
matrix:
arch: [x86_64]
if: always()
if: false
needs: [clang_check]
outputs:
commitHash: ${{ steps.setup.outputs.commitHash }}
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
name: 03 - Create and upload release
runs-on: ubuntu-22.04
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [macos_build, linux_build, windows_build]
needs: [macos_build, windows_build]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 65e57e8

Please sign in to comment.