Skip to content

Commit

Permalink
test in my GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Jul 31, 2024
1 parent 07163a0 commit 99c6815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ on:
branches:
- main
- release/*
- eitan-dev # todo: delete
pull_request_target:
branches:
- main
- release/**
- eitan-dev # todo: delete
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main'}}
jobs:
pytest-gpu:
name: ${{ matrix.name }}
runs-on: linux-ubuntu-latest
runs-on: ubuntu-latest # todo: replace with linux-ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 99c6815

Please sign in to comment.