Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Sep 29, 2023
1 parent 5b7bf9f commit b74be39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-ai-responses.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Purple AI Updater
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 4'
jobs:
Expand Down

0 comments on commit b74be39

Please sign in to comment.