Skip to content

Commit f281dfe

Browse files
Merge develop into main: restrict scheduled-tests-dev to develop branch
2 parents fd056cf + 35669fb commit f281dfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/scheduled-tests-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
scheduled-test:
1010
name: Scheduled Test Run
1111
runs-on: macos-latest
12+
if: github.ref == 'refs/heads/develop'
1213

1314
steps:
1415
- name: Checkout

0 commit comments

Comments
 (0)