Skip to content

Commit a7ff654

Browse files
committed
Fix cron times
1 parent e013295 commit a7ff654

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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: '0 12-24 * *' # run hourly over night
9+
- cron: '0 12-24 * * *' # run hourly over night
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: '0 12-24 * *' # run hourly over night
9+
- cron: '0 12-24 * * *' # run hourly over night
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: '0 12-24 * *' # run hourly over night
9+
- cron: '0 12-24 * * *' # run hourly over night
1010

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

0 commit comments

Comments
 (0)