From a0fd892e46664cae36fcd6a39c88555b3719034c Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 15 Feb 2024 14:47:34 +0100 Subject: [PATCH] do not pull TX in dependabot PRs --- .github/workflows/website.yml | 2 +- documentation/CNAME | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 documentation/CNAME diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 072b3986..d26eb64f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -64,7 +64,7 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Pull translations from Transifex - if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'opengisch/signalo' }} + if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'opengisch/signalo' && github.actor != 'dependabot[bot]' }} run: | ./tx pull --translations --all --minimum-perc 10 ./tx status diff --git a/documentation/CNAME b/documentation/CNAME deleted file mode 100644 index d12abd33..00000000 --- a/documentation/CNAME +++ /dev/null @@ -1 +0,0 @@ -signalo.ch