Skip to content

Commit ae6d796

Browse files
committed
Add manual dispatch to jobs
1 parent 7607280 commit ae6d796

12 files changed

+12
-0
lines changed

.github/workflows/macos-clang-mtl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

.github/workflows/macos-dxc-mtl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

.github/workflows/windows-intel-clang-warp-d3d12.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

.github/workflows/windows-intel-dxc-warp-d3d12.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 * * * *' # run every 30 minutes
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
1011
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
checks: write
66

77
on:
8+
workflow_dispatch:
89
schedule:
910
- cron: '*/30 0-12 * * 1-5' # run every 30 minutes overnight
1011
- cron: '*/30 * * * 0,6' # run every 30 minutes on weekends

0 commit comments

Comments
 (0)