Skip to content

Commit 40c9f3a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/hono-4.13.0
2 parents 0073259 + 1180004 commit 40c9f3a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)