Skip to content

Commit b6d2d2d

Browse files
committed
Trying overnight again...
1 parent ed1f0d6 commit b6d2d2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/windows-nv-clang-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
schedule:
9-
- cron: '*/30 * * * *' # run every 30 minutes
9+
- cron: '*/30 0-12 * * *' # run every 30 minutes overnight
1010

1111
jobs:
1212
Windows-D3D12-NVIDIA-Clang:

.github/workflows/windows-nv-clang-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
schedule:
9-
- cron: '*/30 * * * *' # run every 30 minutes
9+
- cron: '*/30 0-12 * * *' # run every 30 minutes overnight
1010

1111
jobs:
1212
Windows-VK-Intel-Clang:

.github/workflows/windows-nv-dxc-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
schedule:
9-
- cron: '*/30 * * * *' # run every 30 minutes
9+
- cron: '*/30 0-12 * * *' # run every 30 minutes overnight
1010

1111
jobs:
1212
Windows-D3D12-NVIDIA-DXC:

.github/workflows/windows-nv-dxc-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
schedule:
9-
- cron: '*/30 * * * *' # run every 30 minutes
9+
- cron: '*/30 0-12 * * *' # run every 30 minutes overnight
1010

1111
jobs:
1212
Windows-VK-NVIDIA-DXC:

0 commit comments

Comments
 (0)