Skip to content

Commit 694fe67

Browse files
add trigger so it will run for testing
1 parent 27327bb commit 694fe67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Check Links
22

33
on:
4-
# TODO: Enable scheduled scanning once standing issues have been resolved
5-
#schedule:
6-
#- cron: "0 0 * * *"
4+
push:
5+
branches:
6+
- dak/ci/link-checking
7+
# Run monday mornings
8+
schedule:
9+
- cron: '0 12 * * MON'
710
workflow_dispatch:
811
jobs:
912
check-links:

0 commit comments

Comments
 (0)