From 1a172ef18d455982f92f495cc6f404472e918a94 Mon Sep 17 00:00:00 2001 From: lisaklein Date: Tue, 14 May 2024 11:51:53 +0200 Subject: [PATCH] fix: Try to fix auto update stats --- .github/workflows/update-accessibility-data.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-accessibility-data.yml b/.github/workflows/update-accessibility-data.yml index ec2c59510..c9fd2a6e2 100644 --- a/.github/workflows/update-accessibility-data.yml +++ b/.github/workflows/update-accessibility-data.yml @@ -1,5 +1,8 @@ name: Automated - Update accessibility data 'on': + push: + branches: + - develop schedule: - cron: '0 2 * * *' jobs: @@ -29,8 +32,6 @@ jobs: - name: Commit & push data if: steps.verify_diff.outputs.changed == 'true' run: | - git config --global user.name 'Appt Stats' - git config --global user.email '167291111+stats-appt-org@users.noreply.github.com' git add . git commit -am "Automated accessibility data update" git push