Skip to content

Commit

Permalink
Update cuda 11.8 upgrade
Browse files Browse the repository at this point in the history
nvidia-cuda11.8.0-upgrade
  • Loading branch information
tsubramanian authored Jun 16, 2024
1 parent 4fe32db commit b117ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload Docker
on:
push:
branches:
- main
- nvidia-cuda11.8.0-upgrade
tags:
- v*
schedule:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event_name == 'schedule'
with:
ref: main
ref: nvidia-cuda11.8.0-upgrade

- uses: actions/checkout@v2
if: github.event_name != 'schedule'
Expand Down

0 comments on commit b117ca9

Please sign in to comment.