diff --git a/.github/workflows/summarize_progress.yml b/.github/workflows/summarize_progress.yml index 4020040dc3..4555f33cfe 100644 --- a/.github/workflows/summarize_progress.yml +++ b/.github/workflows/summarize_progress.yml @@ -1,8 +1,7 @@ name: summarize_progress on: - schedule: - - cron: '30 23 * * 5' + pull_request: jobs: ci: @@ -16,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Execute Check Process run: | @@ -40,4 +39,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Weekly Update -- Summarize Progress - repository: markdown \ No newline at end of file + repository: markdown