Skip to content

Commit

Permalink
build: temporarily disable cron on failing usage insights github acti…
Browse files Browse the repository at this point in the history
…ons (#3001)
  • Loading branch information
adamstankiewicz authored Feb 7, 2024
1 parent 970b102 commit 163ce82
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 163ce82

Please sign in to comment.