diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a6957030b..4dbdf97dc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,6 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - name: Build and test run: | @@ -153,7 +152,6 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - fetch-tags: true - name: Build and test run: | @@ -330,18 +328,12 @@ jobs: name: ${{ matrix.script }} steps: - - name: Checkout uses: actions/checkout@v3 with: submodules: recursive fetch-tags: true - - name: Build and test + - name: Run check run: | scripts/ci_checks/${{ matrix.script }}.sh - - - name: Handle failure - if: failure() - run: | - scripts/ci_checks/failure.sh