From 6fa51ad89dc61e8d2f88e2ac064ad20955542585 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Mon, 29 Apr 2024 10:46:48 -0700 Subject: [PATCH] Fix GitHub link check exclusions --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 27d75dc..5ecf30f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -49,9 +49,9 @@ jobs: --exclude twitter.com --exclude www.googletagmanager.com --exclude https://support.virustotal.com/hc/en-us/articles/115002146769-Comments - --exclude https://github.com/brimdata/brimcap# + --exclude https://github.com/brimdata/brimcap.*# + --exclude https://github.com/brimdata/zui.*# --exclude https://github.com/brimdata/build-suricata.*# - --exclude https://github.com/brimdata/brimcap/wiki.*# - name: Inform Slack users of failure uses: tiloio/slack-webhook-action@v1.1.2 if: ${{ failure() }}