From 8cdbca6beee8ff3d714d8b35f36c34ca8db7d331 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:27:43 -0700 Subject: [PATCH] add scheduled workflow trigger for update catalog (#111) --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ca7b327..5ccff742 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,8 @@ on: pull_request: branches: workflow_dispatch: + schedule: + - cron: "0 0 * * *" permissions: contents: write @@ -98,6 +100,7 @@ jobs: branch: ${{ github.event.pull_request.head.ref }} - name: Create Pull Request + id: cpr if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ) && github.ref == 'refs/heads/main' uses: peter-evans/create-pull-request@v6 with: