Skip to content

Commit

Permalink
Add two excludes for website checks
Browse files Browse the repository at this point in the history
These two sites are now refusing connections for the automated checker.
  • Loading branch information
Mrt134 committed Apr 19, 2022
1 parent 1dd30c7 commit 1b530f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,7 @@ jobs:
--exclude=https://discord.com/invite/Q3St5fPETd
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
--exclude=https://twitter.com/TrueNAS
--exclude=https://www.openpgp.org/software/
--exclude=https://gohugo.io/
run_timeout: 300
debug: true
2 changes: 2 additions & 0 deletions .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,7 @@ jobs:
--exclude=https://discord.com/invite/Q3St5fPETd
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
--exclude=https://twitter.com/TrueNAS
--exclude=https://www.openpgp.org/software/
--exclude=https://gohugo.io/
run_timeout: 300
debug: true

0 comments on commit 1b530f4

Please sign in to comment.