Skip to content

Commit a2caa86

Browse files
committed
update github action to run every quarter
1 parent 1a44522 commit a2caa86

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check-links-self.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '0 0 1 */3 *'
68

79
jobs:
810
link_check:

.github/workflows/notebook-lint-self.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'Lint Notebook'
22
on:
33
push:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 1 */3 *'
57
permissions:
68
contents: write
79
id-token: write

0 commit comments

Comments
 (0)