feat(lmdb): support mixed-size batches and lazy label availability (#… #309
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 |