Skip to content

ci: split CUDA tests into separate jobs (#5896) #1128

ci: split CUDA tests into separate jobs (#5896)

ci: split CUDA tests into separate jobs (#5896) #1128

Workflow file for this run

name: TODO workflow
on:
push:
branches:
- master
jobs:
build:
if: github.repository_owner == 'deepmodeling'
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v7
- name: Run tdg-github-action
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
EXCLUDE_PATTERN: "(source/3rdparty|.git)/.*"
COMMENT_ON_ISSUES: 1