Skip to content

Commit e2946ce

Browse files
authored
[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.
1 parent 8afb703 commit e2946ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-wasm-internal.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
runs-on: ubuntu-22.04
8181
needs: build
8282
steps:
83-
- name: Wait for Tests
84-
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
85-
with:
86-
ref: ${{ github.ref }}
87-
check-name: "Rust tests / CI is green"
88-
repo-token: ${{ secrets.GITHUB_TOKEN }}
89-
9083
- name: Login to Azure - CI Subscription
9184
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
9285
with:

0 commit comments

Comments
 (0)