Skip to content

Commit

Permalink
changeset needs
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 10, 2022
1 parent 34e0d10 commit 330977e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ 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

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
Expand Down

0 comments on commit 330977e

Please sign in to comment.