Skip to content

Commit

Permalink
Update generate-ai-responses.yml to run every hour between 10am and 6…
Browse files Browse the repository at this point in the history
…pm SGT
  • Loading branch information
younglim authored Nov 30, 2023
1 parent 7d25aad commit 75abf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-ai-responses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Purple AI Updater
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 4'
- cron: '0 2-10 * * 4'
jobs:
purpleAIUpdater:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75abf40

Please sign in to comment.