We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5759c24 commit 6987cc0Copy full SHA for 6987cc0
.github/workflows/push.yml
@@ -39,11 +39,13 @@ jobs:
39
fail-fast: false
40
matrix:
41
os:
42
- - macos-latest
43
- group: databricks-protected-runner-group-large
44
labels: linux-ubuntu-latest-large
45
- # Do not run tests on windows on merge.
+
+ # On merge_group events, only run the tests on Linux, to reduce time to merge.
46
- ${{ github.event_name != 'merge_group' && fromJSON('{"group":"databricks-protected-runner-group-large","labels":"windows-server-latest-large"}') || null }}
47
+ - ${{ github.event_name != 'merge_group' && 'macos-latest' || null }}
48
49
deployment:
50
- "terraform"
51
- "direct"
0 commit comments