We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81c3d7 commit 61546eeCopy full SHA for 61546ee
1 file changed
.github/workflows/prioritize-scheduler.yml
@@ -2,11 +2,8 @@
2
name: Prioritize Scheduler
3
4
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 * * * *'
+ schedule:
+ - cron: '*/10 * * * *'
10
workflow_dispatch:
11
12
concurrency:
0 commit comments