Skip to content

Commit

Permalink
ci: change release schedule cron to 30 mins after sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani authored Aug 29, 2023
1 parent dd578f8 commit 711bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release & Deploy

on:
schedule:
- cron: '0 12 * * *'
- cron: '30 0 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 711bbea

Please sign in to comment.