Skip to content

Commit

Permalink
Run every hour, not every 24 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 25, 2024
1 parent 3d35a89 commit 2488bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Chromatic E2E Test
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2488bbf

Please sign in to comment.