From 0c50d9c8c40b10e285bcadc9223f9f9673160189 Mon Sep 17 00:00:00 2001 From: Giovanni Ciatto Date: Sun, 2 Jul 2023 19:02:43 +0200 Subject: [PATCH] chore(ci): avoid run extensive tests in ci, if author is renovate --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ce0092b..a6b881e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -101,6 +101,7 @@ jobs: test-extensively: needs: - build + if: github.ref_name != 'master' || github.event.commits[0].author.name != 'renovate[bot]' uses: ./.github/workflows/test-extensively.yml # secrets: inherit