Skip to content

Commit

Permalink
chore: fix schedule formatting in analyze-dependents.yml (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored and PKulkoRaccoonGang committed Jul 7, 2024
1 parent a165f0b commit 4957d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Analyze Dependents

on:
workflow_dispatch:
schedule:
- cron: "0 14 * * *" # daily at 10am EST (Github Actions works with UTC)
schedule:
- cron: "0 14 * * *" # daily at 10am EST (Github Actions works with UTC)

jobs:
# clones known dependent Git repositories from Open edX
Expand Down

0 comments on commit 4957d00

Please sign in to comment.