Skip to content

Commit

Permalink
Fixed wrong cron schedule for periodic DRE
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jul 3, 2023
1 parent 5922c3b commit ce2f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_dre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Periodic DRE Issue

on:
schedule:
- cron: "8 0 * */3 *"
- cron: "8 0 1 */3 *"

jobs:
job:
Expand Down

0 comments on commit ce2f7a8

Please sign in to comment.