Skip to content

Commit 5ad42b1

Browse files
committed
Try fixing cron timing
1 parent c4fcfe6 commit 5ad42b1

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
@@ -7,7 +7,7 @@ permissions:
77
on:
88
schedule:
99
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
10-
- cron: '*/30 * * * 6-7' # run every 30 minutes on weekends
10+
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends
1111

1212
jobs:
1313
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
@@ -7,7 +7,7 @@ permissions:
77
on:
88
schedule:
99
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
10-
- cron: '*/30 * * * 6-7' # run every 30 minutes on weekends
10+
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends
1111

1212
jobs:
1313
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
@@ -7,7 +7,7 @@ permissions:
77
on:
88
schedule:
99
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
10-
- cron: '*/30 * * * 6-7' # run every 30 minutes on weekends
10+
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends
1111

1212
jobs:
1313
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
@@ -7,7 +7,7 @@ permissions:
77
on:
88
schedule:
99
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
10-
- cron: '*/30 * * * 6-7' # run every 30 minutes on weekends
10+
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends
1111

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

0 commit comments

Comments
 (0)