Skip to content

Commit

Permalink
Repro
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Dec 16, 2024
1 parent 2cccd77 commit a658e58
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ name: GPU jobs
on:
push:
branches:
- maintenance/**
- gpu-ci
pull_request:
branches:
- main
- maintenance/**

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down Expand Up @@ -50,7 +45,7 @@ jobs:
pytorch_gpu:
name: PyTorch GPU
#needs: get_commit_message
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64-gpu:22.04
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04
steps:
- name: Checkout scipy repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit a658e58

Please sign in to comment.