Skip to content

Commit

Permalink
revert: Dont update README with coverage
Browse files Browse the repository at this point in the history
* We need a custom solution to keep formatting in README and update coverage

Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Mar 24, 2024
1 parent da6591c commit 943faff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/step_tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
git add README.md
git commit -m "chore: Updated coverage badge" -s
- name: Push changes
if: steps.verify-changed-files.outputs.files_changed == 'true' && github.ref == 'refs/heads/main'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
# - name: Push changes
# if: steps.verify-changed-files.outputs.files_changed == 'true' && github.ref == 'refs/heads/main'
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.head_ref }}

0 comments on commit 943faff

Please sign in to comment.