Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: Synced file(s) with cloudquery/.github (#914)
Browse files Browse the repository at this point in the history
Co-authored-by: cq-bot <null>
  • Loading branch information
cq-bot authored May 17, 2022
1 parent 09f6e9e commit 2a4c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 2a4c817

Please sign in to comment.