Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perform our required checks on merge queue #10426

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions .github/workflows/pr-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group: { }
nfuden marked this conversation as resolved.
Show resolved Hide resolved

jobs:
# Runs the unit tests for `projects/gateway2`
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/regression-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Regression Tests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group: { }
nfuden marked this conversation as resolved.
Show resolved Hide resolved

env:
VERSION: '1.0.0-ci1'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Static Code Analysis

on:
pull_request: { }
merge_group: { }
nfuden marked this conversation as resolved.
Show resolved Hide resolved

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
Loading