From 94a3d22868a5285ed326db98062ced4cdab84422 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Mon, 1 Jul 2024 19:36:25 +0530 Subject: [PATCH] testing fix of parent repo --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a9aee78..5db9e3e 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -1,6 +1,7 @@ name: Auto Update Icons on: + push: schedule: - cron: '0 12 * * 1' @@ -79,4 +80,3 @@ jobs: This updates from [${{ env.CURRENT_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.CURRENT_COMMIT }}) to [${{ env.LATEST_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.LATEST_COMMIT }}). Check out the differences: [`${{ env.CURRENT_COMMIT }}` ... `${{ env.LATEST_COMMIT }}`](https://github.com/${{ env.REPOSITORY }}/compare/${{ env.CURRENT_COMMIT }}...${{ env.LATEST_COMMIT }}) branch: feature/update-${{ env.LATEST_COMMIT }} -