Skip to content

Commit 7a845e3

Browse files
authored
Update check-links-self.yaml
1 parent f89b952 commit 7a845e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: 'Check Links'
22
on:
33
workflow_dispatch:
44
push:
5+
paths-ignore:
6+
- './docs/agc.md'
7+
- './docs/Genomics_Workflows.md'
58
schedule:
69
- cron: '0 0 1 */3 *'
710

@@ -10,4 +13,4 @@ jobs:
1013
name: 'Link Check'
1114
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
1215
with:
13-
repo_link_ignore_list: "https://REPLACE_WITH_YOUR_IPv4_ADDRESS:8080,https://iam.nih.gov"
16+
repo_link_ignore_list: ""

0 commit comments

Comments
 (0)