Skip to content

Commit 0aa190d

Browse files
committed
fix
1 parent bb07803 commit 0aa190d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sycl-update-gpu-driver.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
- cron: '0 3 * * 2'
66
- cron: '0 3 * * 1,4'
77
workflow_dispatch:
8-
inputs:
9-
dayofweek:
10-
description: 'Override the day of the week (e.g., 1 for Monday, 2 for Tuesday, etc.)'
11-
required: false
12-
default: '2'
8+
inputs:
9+
dayofweek:
10+
description: 'Override the day of the week (e.g., 1 for Monday, 2 for Tuesday, etc.)'
11+
required: false
12+
default: '2'
1313

1414
permissions: read-all
1515

0 commit comments

Comments
 (0)