Skip to content

Commit

Permalink
Skips checks for verification metadata update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSpruit committed Aug 9, 2023
1 parent 4cc6951 commit a56c193
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_verification_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add .
git diff-index --quiet HEAD || git commit -am 'Update verification metadata'
git diff-index --quiet HEAD || git commit -am 'Update verification metadata
skip-checks: true'
git push

0 comments on commit a56c193

Please sign in to comment.