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

chore: Synced file(s) with cloudquery/.github #914

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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