Skip to content

Commit 61546ee

Browse files
committed
Re-enable prioritize schedule
1 parent e81c3d7 commit 61546ee

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/prioritize-scheduler.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
name: Prioritize Scheduler
33

44
on:
5-
# TODO: Re-enable once we have a first-class way to enable/disable
6-
# schedule-based agents per org. Until then, keep commented out to avoid
7-
# noisy Action runs in orgs that haven't configured the prioritize agent.
8-
# schedule:
9-
# - cron: '*/10 * * * *'
5+
schedule:
6+
- cron: '*/10 * * * *'
107
workflow_dispatch:
118

129
concurrency:

0 commit comments

Comments
 (0)