From 995180603db055bf56e2860032b75f97aee5ca2b Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:23:06 +0200 Subject: [PATCH] don't push iap stub when updating goldens --- .github/workflows/run_golden_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_golden_tests.yml b/.github/workflows/run_golden_tests.yml index 61d1060..12b9dea 100644 --- a/.github/workflows/run_golden_tests.yml +++ b/.github/workflows/run_golden_tests.yml @@ -55,7 +55,7 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add -A + git add **/goldens/*.png git commit -m "Updated goldens" - name: Push to main