Skip to content

Commit

Permalink
Update Check-in-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Apr 30, 2023
1 parent 9fdd9ef commit 69a2952
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Check-in-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: Check-In automation
on:
workflow_dispatch:
schedule:
- cron: '57-59,0-5 11 * * *'
- cron: '57 11 * * *'
- cron: '58 11 * * *'
- cron: '59 11 * * *'
- cron: '0 12 * * *'
- cron: '1 12 * * *'
- cron: '2 12 * * *'
- cron: '3 12 * * *'
- cron: '4 12 * * *'

jobs:

Expand Down

0 comments on commit 69a2952

Please sign in to comment.