Browse Source

DIV-1192: Update scheudler to run daily.

pull/172/head
Steven Ly 5 years ago
parent
commit
6cd3159869
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/linkcheck.yml

+ 1
- 1
.github/workflows/linkcheck.yml View File

@ -2,7 +2,7 @@ name: eDivorce - Link Check
on: on:
schedule: schedule:
- cron: "*/2 * * * *"
- cron: "0 3 * * *"
jobs: jobs:
build: build:


Loading…
Cancel
Save