don't push iap stub when updating goldens

This commit is contained in:
Vadim 2024-04-12 08:23:06 +02:00
parent 6431fdad43
commit 995180603d

View file

@ -55,7 +55,7 @@ jobs:
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git add -A git add **/goldens/*.png
git commit -m "Updated goldens" git commit -m "Updated goldens"
- name: Push to main - name: Push to main