Skip to content

Commit 863f196

Browse files
committed
ensure there is no clone race condition when the jobs update the source tree
1 parent 972631f commit 863f196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
git config --local user.name "github-actions[bot]"
3333
git add coverage.svg
3434
git commit -m "Updated coverage.svg"
35-
3635
- name: 'Push changes'
3736
if: steps.verify-changed-files.outputs.files_changed == 'true'
3837
uses: ad-m/github-push-action@master
@@ -41,6 +40,7 @@ jobs:
4140
branch: ${{ github.ref }}
4241
Linting:
4342
runs-on: ubuntu-latest
43+
needs: Coverage
4444
steps:
4545
- uses: Silleellie/pylint-github-action@v2.1
4646
with:

0 commit comments

Comments
 (0)