We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8cb28 commit 82819cdCopy full SHA for 82819cd
.github/workflows/release_changelog.yml
@@ -22,13 +22,3 @@ jobs:
22
body: ${{ steps.github_release.outputs.changelog }}
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
25
- finish:
26
- needs: release
27
- if: ${{ always() }}
28
- runs-on: ubuntu-latest
29
- steps:
30
- - name: Coveralls Finished
31
- uses: coverallsapp/github-action@v2
32
- with:
33
- parallel-finished: true
34
- carryforward: run-jvm-8,run-jvm-11,run-jvm-17
0 commit comments