Skip to content

Commit 8807a32

Browse files
authored
Do not run windows tests on merge_group (#3934)
## Why It takes a lot of time and we already run tests on PR and on push to main. ## Tests This PR if automerges, then it works.
1 parent 5b722e7 commit 8807a32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ jobs:
4242
- macos-latest
4343
- group: databricks-protected-runner-group-large
4444
labels: linux-ubuntu-latest-large
45-
- windows-latest
45+
- ${{ github.event_name != 'merge_group' && 'windows-latest' || null }}
4646
deployment:
4747
- "terraform"
4848
- "direct"
49+
exclude:
50+
- os: null
4951

5052
steps:
5153
- name: Checkout repository and submodules

0 commit comments

Comments
 (0)