Skip to content

Commit ed1f0d6

Browse files
committed
Simplifying this..
1 parent e7fd114 commit ed1f0d6

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: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night
9+
- cron: '*/30 * * * *' # run every 30 minutes
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: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night
9+
- cron: '*/30 * * * *' # run every 30 minutes
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 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night
9+
- cron: '*/30 * * * *' # run every 30 minutes
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 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night
9+
- cron: '*/30 * * * *' # run every 30 minutes
1010

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

0 commit comments

Comments
 (0)