Skip to content

Another test

Another test #18

Workflow file for this run

name: TorchBench PR Test
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
cpu-test:
timeout-minutes: 120 # 2 hours
uses: ./.github/workflow/_linux-test-cpu.yml

Check failure on line 12 in .github/workflows/pr-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-test.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
timeout-minutes: 120 # 2 hours
cuda-test:
uses: ./.github/workflow/_linux-test-cuda.yml
with:
timeout-minutes: 120 # 2 hours
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true