Skip to content
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
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
merge_group:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -123,9 +124,12 @@ jobs:
runs-on: ubuntu-latest
# Skip on forked PRs — environment secrets (INFLUXDB_CLOUD_URL/TOKEN) are
# not exposed to fork runs, which would fail on empty credentials.
# merge_group runs only happen for same-repo branches that already
# cleared review, so they're always safe to include here.
if: |
github.repository_owner == 'influxdata' &&
(github.event_name == 'push' ||
github.event_name == 'merge_group' ||
github.event.pull_request.head.repo.full_name == github.repository)
environment: cloud-serverless
steps:
Expand Down