Skip to content

Commit

Permalink
Update workflow-gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m authored Sep 1, 2023
1 parent 043f1d0 commit e55b185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
schedule:
- cron: '0 0 * * 1' # run every Monday
workflow_dispatch:

env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
# uses: codecov/codecov-action@v1

workflow-linux:
runs-on: linuxGPU
runs-on: GPU
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit e55b185

Please sign in to comment.