From 176dc8dd6855f4aabcd25954694951a0bd546c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ch=CF=80?= Date: Mon, 11 Jul 2022 11:21:09 +0200 Subject: [PATCH] Fix contact email address (#50) * Update contact email address * Update broken links checker --- .github/workflows/broken_links_checker.yml | 9 ++++++--- resources/metabase-plugin.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/broken_links_checker.yml b/.github/workflows/broken_links_checker.yml index 1e49249..29071df 100644 --- a/.github/workflows/broken_links_checker.yml +++ b/.github/workflows/broken_links_checker.yml @@ -1,22 +1,25 @@ name: Broken Links Checker on: + schedule: + - cron: "0 5 * * 0" push: branches: - main - schedule: - - cron: "0 5 * * *" pull_request: jobs: linkChecker: runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true steps: - uses: actions/checkout@v3 - name: Configure broken links checker run: | mkdir -p ./target - echo '{ "aliveStatusCodes": [429, 200] }' > ./target/broken_links_checker.json + echo '{ "aliveStatusCodes": [429, 200], "ignorePatterns": [{"pattern": "^https?://(www.)?opensource.org"}] }' > ./target/broken_links_checker.json - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' diff --git a/resources/metabase-plugin.yaml b/resources/metabase-plugin.yaml index b192e28..5d42eae 100644 --- a/resources/metabase-plugin.yaml +++ b/resources/metabase-plugin.yaml @@ -5,7 +5,7 @@ info: description: Allows Metabase to connect to Exasol databases. contact-info: name: Exasol AG - address: support@exasol.com + address: service@exasol.com dependencies: - class: com.exasol.jdbc.EXADriver message: >