Skip to content

Commit

Permalink
ci(Goldens): allow passing of script on empty commit
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Dec 23, 2021
1 parent d386bb7 commit c441e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-generate-goldens.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --global user.name 'arafaysaleem'
git config --global user.email 'arafaysaleem@users.noreply.github.com'
git add -A
git commit -m "test(Goldens): update generated goldens for new changes"
git diff-index --quiet HEAD || git commit -m "test(Goldens): update generated goldens for new changes"
- name: GitHub Push To Repository
uses: ad-m/github-push-action@v0.6.0
with:
Expand Down

0 comments on commit c441e83

Please sign in to comment.