Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed Apr 15, 2024
1 parent bb07803 commit 0aa190d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sycl-update-gpu-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
- cron: '0 3 * * 2'
- cron: '0 3 * * 1,4'
workflow_dispatch:
inputs:
dayofweek:
description: 'Override the day of the week (e.g., 1 for Monday, 2 for Tuesday, etc.)'
required: false
default: '2'
inputs:
dayofweek:
description: 'Override the day of the week (e.g., 1 for Monday, 2 for Tuesday, etc.)'
required: false
default: '2'

permissions: read-all

Expand Down

0 comments on commit 0aa190d

Please sign in to comment.