Skip to content

Commit

Permalink
[PM-13058] Remove waiting for tests to pass before publishing (#22)
Browse files Browse the repository at this point in the history
Disabled the check for tests to pass since it's not working correctly.
We can revisit this at a later point.
  • Loading branch information
Hinton authored Nov 4, 2024
1 parent 8afb703 commit e2946ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-wasm-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2946ce

Please sign in to comment.