Skip to content

Commit

Permalink
Trying cron again
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Dec 3, 2024
1 parent a7ff654 commit e7fd114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-nv-clang-d3d12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: '0 12-24 * *' # run hourly over night
- cron: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night

jobs:
Windows-D3D12-NVIDIA-Clang:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-nv-clang-vk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: '0 12-24 * * *' # run hourly over night
- cron: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night

jobs:
Windows-VK-Intel-Clang:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-nv-dxc-d3d12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: '0 12-24 * * *' # run hourly over night
- cron: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night

jobs:
Windows-D3D12-NVIDIA-DXC:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-nv-dxc-vk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: '0 12-24 * * *' # run hourly over night
- cron: '0 1,2,12,14,16,18,20,22,24 * * *' # run hourly over night

jobs:
Windows-VK-NVIDIA-DXC:
Expand Down

0 comments on commit e7fd114

Please sign in to comment.