Skip to content

Commit

Permalink
perform our required checks on merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Jan 10, 2025
1 parent 8fabb1f commit 5a1128f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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: { }

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: { }

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: { }

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

0 comments on commit 5a1128f

Please sign in to comment.