From 1235f5b4882c3dfe92d9edb5b90dad584690a7a8 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Wed, 5 Jun 2024 16:12:41 +0200 Subject: [PATCH] Update update-metadata.yaml --- .github/workflows/update-metadata.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-metadata.yaml b/.github/workflows/update-metadata.yaml index 0a57283..4d406c4 100644 --- a/.github/workflows/update-metadata.yaml +++ b/.github/workflows/update-metadata.yaml @@ -2,6 +2,8 @@ name: Update metadata files for APM on: workflow_dispatch: + schedule: + - cron: "30 1 1,15 * *" permissions: contents: write @@ -23,4 +25,4 @@ jobs: - run: ./scripts/update-all.sh env: - GH_TOKEN: ${{ secrets.UPDATE_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.UPDATE_TOKEN }}