Skip to content

Commit

Permalink
build(devs-infra): finish step should run only when all tests finish (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Aug 28, 2022
1 parent 3749c8f commit c8be99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
finish:
permissions:
checks: write # for coverallsapp/github-action to create new checks
needs: test-ubuntu
needs: [test-ubuntu, test-windows]
runs-on: ubuntu-latest
steps:
- name: Coveralls finished
Expand Down

0 comments on commit c8be99d

Please sign in to comment.