revert(ci): undo AOTI .pt2 compile / GPU test overlap (#5882) (#5916) #1144
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |