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 73aacad commit 703b4fcCopy full SHA for 703b4fc
1 file changed
.github/workflows/gallery-agent.yaml
@@ -2,7 +2,7 @@ name: Gallery Agent
2
on:
3
4
schedule:
5
- - cron: '0 */3 * * *' # Run every 4 hours
+ - cron: '0 */12 * * *' # Run every 4 hours
6
workflow_dispatch:
7
inputs:
8
search_term:
0 commit comments