diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 8daaa3c4..9ebc6e04 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -1,11 +1,9 @@ name: Process Apps and Commit Changes on: - push: - branches: - - custom workflow_dispatch: - + schedule: + - cron: '*/30 * * * *' jobs: process: runs-on: ubuntu-latest