From a81ee8cceba5a6b3e4446b1ebe15d2c89a0dbfa4 Mon Sep 17 00:00:00 2001 From: cq-bot Date: Tue, 17 May 2022 13:32:57 +0000 Subject: [PATCH] chore: Synced file(s) with cloudquery/.github --- .github/workflows/test_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 7863b8a32..cba76a720 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -38,7 +38,7 @@ jobs: id-token: write contents: read # This is required for actions/checkout@v2 needs: is_organization_member - if: github.event_name != 'pull_request_target' || needs.is_organization_member.outputs.status == 'true' + if: github.event_name != 'pull_request_target' || needs.is_organization_member.outputs.status == 'true' || github.actor == 'renovate[bot]' strategy: matrix: dbversion: [ "postgres:latest" ]