From e2946cebd9610759cc2dc2d7f29a9fa7941a926f Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 4 Nov 2024 13:29:19 +0100 Subject: [PATCH] [PM-13058] Remove waiting for tests to pass before publishing (#22) Disabled the check for tests to pass since it's not working correctly. We can revisit this at a later point. --- .github/workflows/build-wasm-internal.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-wasm-internal.yml b/.github/workflows/build-wasm-internal.yml index df623af8..b169a5e7 100644 --- a/.github/workflows/build-wasm-internal.yml +++ b/.github/workflows/build-wasm-internal.yml @@ -80,13 +80,6 @@ jobs: runs-on: ubuntu-22.04 needs: build steps: - - name: Wait for Tests - uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4 - with: - ref: ${{ github.ref }} - check-name: "Rust tests / CI is green" - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Login to Azure - CI Subscription uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 with: