diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ced245b..90073ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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