mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
don't push iap stub when updating goldens
This commit is contained in:
parent
6431fdad43
commit
995180603d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_golden_tests.yml
vendored
2
.github/workflows/run_golden_tests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue