Skip to content

Commit 0c80a75

Browse files
committed
fix: exclude flaticon.com check (has 403 error)
Signed-off-by: Rui Chen <[email protected]>
1 parent 4e99aa2 commit 0c80a75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ jobs:
8585

8686
# medium.com => was being rate limited: HTTP 429
8787
# twitter.com => too many redirections
88+
# flaticon.com => 403 error
8889
- run: |
8990
./muffet \
9091
-e 'https://medium.com/runatlantis' \
9192
-e 'https://dev.to/*' \
9293
-e 'https://twitter.com/*' \
94+
-e 'https://flaticon.com/*' \
9395
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
9496
-e 'https://github.com/runatlantis/helm-charts#customization' \
9597
-e 'https://github.com/sethvargo/atlantis-on-gke/blob/master/terraform/tls.tf#L64-L84' \

0 commit comments

Comments
 (0)