Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
Run every once
  • Loading branch information
nabil6391 authored Oct 4, 2023
1 parent 4e26db8 commit 48a39f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

schedule:
- cron: '0 * * * *' # run every hour
- cron: '0 0 * * *' # run every hour
workflow_dispatch:


Expand Down

0 comments on commit 48a39f6

Please sign in to comment.