Skip to content

Commit 4630ccd

Browse files
pamolloyorangecms
authored andcommitted
github: Run workflows weekly
In case upstream, dependency, network or other issues cause failures Signed-off-by: Philip Molloy <philip@philipmolloy.com>
1 parent 697619b commit 4630ccd

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
schedule:
9+
- cron: '0 0 * * 0'
810

911
jobs:
1012
deploy:

.github/workflows/markdownlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
pull_request:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 * * 0'
810

911
jobs:
1012
build:

.github/workflows/vale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
pull_request:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 * * 0'
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)