From 330977e2ef9b48f652d569aa9dce1c1bc15c9037 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Wed, 10 Aug 2022 17:33:35 +0900 Subject: [PATCH] changeset needs --- .github/workflows/coveralls.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index d97464c3b0..95397879b7 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -3,7 +3,7 @@ name: Coverall Combines # TODO: maybe this should be a workflow run? https://stackoverflow.com/questions/58457140/dependencies-between-workflows-on-github-actions on: workflow_run: - workflows: [Go Workflows, Foundry Tests] + workflows: [Changeset integrity checker,Go Workflows, Foundry Tests] types: - completed @@ -11,6 +11,8 @@ jobs: # notify coveralls paralell jobs are finished running post-coverage: name: Mark Coveralls Complete + # TODO: improve naming here + needs: [test,check] runs-on: ubuntu-latest steps: - uses: shogo82148/actions-goveralls@v1