Skip to content

Commit

Permalink
Schedule linkcheck job to run weekly every Friday
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Feb 23, 2024
1 parent c19b8dc commit fa1c7a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,28 @@
name: Check

on: # yamllint disable-line rule:truthy
schedule:
- cron: '49 18 * * 5' # 18:49 UTC every Friday, to avoid GHA load spikes

push:
branches:
- master
- main
- '*.*'
- 'staging*'

pull_request:
branches:
- master
- main
- '*.*'
- 'staging*'

workflow_dispatch: # yamllint disable-line rule:empty-values

jobs:
check:
name: Check Docs
name: Check Links

runs-on: ubuntu-latest

Expand Down

0 comments on commit fa1c7a8

Please sign in to comment.