Skip to content

Commit

Permalink
Update generate-ai-responses.yml to run everyday between 10am and 6pm
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Dec 1, 2023
1 parent d127c52 commit d180fc8
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 2-10 * * 4'
- cron: '0 2-10 * * *'
jobs:
purpleAIUpdater:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d180fc8

Please sign in to comment.