We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917b2ef commit ae21786Copy full SHA for ae21786
1 file changed
.github/workflows/project-ci.yaml
@@ -35,16 +35,7 @@ jobs:
35
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
-
39
- finish:
40
- needs: tests
41
- if: ${{ always() }}
42
- runs-on: ubuntu-24.04
43
- steps:
44
- - name: Coveralls Finished
45
- uses: coverallsapp/github-action@v2.3.7
46
- with:
47
- parallel-finished: true
+ parallel: true
48
49
docs:
50
runs-on: ubuntu-latest
@@ -78,4 +69,4 @@ jobs:
78
69
- name: Run pre-commit
79
70
run: |
80
71
pre-commit install
81
- pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
72
+ pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
0 commit comments