Skip to content

Commit

Permalink
Wait for CI to be green before auto triggering publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Nov 1, 2024
1 parent 7053b36 commit c2397c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-wasm-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ 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 c2397c3

Please sign in to comment.