Skip to content

Commit d0a7afc

Browse files
authored
Merge pull request #311 from databricks/run-tests-other-branches
Modify pr checks to run on benchmarking-branch too
2 parents 64166a4 + d35b293 commit d0a7afc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/prCheck.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Build
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ main, benchmarking-branch ]
77
pull_request:
88
types: [opened, synchronize, reopened]
9-
branches:
10-
- main
9+
branches: [ main, benchmarking-branch ]
1110

1211
jobs:
1312
formatting-check:

.github/workflows/runIntegrationTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Integration Tests Workflow
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, benchmarking-branch ]
66
pull_request:
77
types: [opened, synchronize, reopened]
8-
branches: [ main ]
8+
branches: [ main, benchmarking-branch ]
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)