diff --git a/.github/workflows/check-active-prs-and-slots.yml b/.github/workflows/check-active-prs-and-slots.yml index d723462228..d145b75ff4 100644 --- a/.github/workflows/check-active-prs-and-slots.yml +++ b/.github/workflows/check-active-prs-and-slots.yml @@ -4,7 +4,7 @@ name: Check Active PRs and Slots # schedule: # - cron: "0 12 */3 * *" # Schedule to run every 3rd day at 12 PM UTC # workflow_dispatch: -on: #Uncomment this and comment the one above to test it on Pull request +on: pull_request: branches: - main