Skip to content

Commit

Permalink
ci: Disable schedule in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Nov 13, 2023
1 parent d27cece commit dc57668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Scrape Maersk daily
on:
# Disabled because Routescanner v1 is broken, and MSC v1 is redundant (replaced by v2)
schedule:
- cron: '0 6 * * *'
#schedule:
# - cron: '0 6 * * *'
push:
paths:
- ".github/workflows/daily_run.yml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_run_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

name: Scrape Routescanner and MSC daily (v2)
on:
schedule:
- cron: '0 5 * * *'
#schedule:
# - cron: '0 5 * * *'
push:
paths:
- ".github/workflows/daily_run_v2.yml"
Expand Down

0 comments on commit dc57668

Please sign in to comment.