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
8 changes: 5 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,11 @@ jobs:
run: make test-integration-video

integration-gcp-lb:
# Not guarded below: this is a keep-alive probe, not a gate. It runs beside the other
# integration jobs rather than after them, so skipping it shortens nothing, and each
# skipped run is one fewer exercise of the GCP load balancer path it exists to keep warm.
if: >-
${{ !(github.actor == 'github-actions[bot]'
&& github.event.pull_request.user.login == 'github-actions[bot]'
&& github.event.pull_request.head.repo.full_name == github.repository
&& startsWith(github.head_ref, 'release-please--')) }}
name: GCP load balancer keep-alive
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
Loading