Skip to content

Commit

Permalink
[no ci] Update keep_alive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkichler authored Oct 7, 2024
1 parent 3e132bd commit 7f37b27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/keep_alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Keep runners alive
on:
schedule:
# times in UTC, standard Chron format
# - cron: '0 05 01,10,20 * *' # 5am 1st/10th/20th day of month
- cron: '*/5 * * * *'

- cron: '0 05 01,10,20 * *' # 5am 1st/10th/20th day of month

workflow_dispatch:

jobs:
Expand All @@ -15,9 +14,13 @@ jobs:
- name: Windows keep alive
shell: powershell
run: Write-Host "Keep alive"
- name: GPU info
run: nvidia-smi

wsl_gpu:
runs-on: [self-hosted,WSL]
steps:
- name: WSL keep alive
run: echo "Keep alive"
- name: GPU info
run: nvidia-smi

0 comments on commit 7f37b27

Please sign in to comment.