File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,12 +125,14 @@ jobs:
125125 test-integration-cloud-serverless :
126126 name : Integration tests (InfluxDB Cloud Serverless)
127127 runs-on : ubuntu-latest
128- # Skip on forked PRs — environment secrets (INFLUXDB_CLOUD_URL/TOKEN) are
129- # not exposed to fork runs, which would fail on empty credentials.
128+ # Skip on forked and Dependabot PRs — environment secrets
129+ # (INFLUXDB_CLOUD_URL/TOKEN) are not exposed to those runs, which would
130+ # fail on empty credentials.
130131 # merge_group runs only happen for same-repo branches that already
131132 # cleared review, so they're always safe to include here.
132133 if : |
133134 github.repository_owner == 'influxdata' &&
135+ github.actor != 'dependabot[bot]' &&
134136 (github.event_name == 'push' ||
135137 github.event_name == 'merge_group' ||
136138 github.event.pull_request.head.repo.full_name == github.repository)
You can’t perform that action at this time.
0 commit comments