Skip to content

Commit

Permalink
disable linkchecks on push
Browse files Browse the repository at this point in the history
Hopefully stabilizes the results for less 403 answers
  • Loading branch information
behrisch authored Dec 20, 2024
1 parent 174111c commit beeb980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: documentation

on:
push: # run on push events in the docs subfolder
paths:
- 'docs/**'
# push: # run on push events in the docs subfolder
# paths:
# - 'docs/**'
workflow_dispatch:
schedule:
- cron: '30 1 * * *' # daily at 01:30 UTC
Expand Down

0 comments on commit beeb980

Please sign in to comment.