Skip to content

Commit 1cfe0ea

Browse files
committed
run macOS tests only on schedule
1 parent e8c5753 commit 1cfe0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: 3.11
4343

4444
- name: Docker setup (macos only)
45-
if: ${{ runner.os == 'macOS' }} # && ${{ github.event_name == 'schedule' }}
45+
if: ${{ runner.os == 'macOS' }} && ${{ github.event_name == 'schedule' }}
4646
run: |
4747
brew install colima
4848
brew install docker

0 commit comments

Comments
 (0)