fix compile gromacs with precompiled C library #130
Workflow file for this run
This file contains 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
on: | |
pull_request_target: | |
types: | |
- "labeled" | |
name: Test CUDA | |
jobs: | |
remove_label: | |
permissions: | |
contents: read | |
pull-requests: write | |
# so one can re-trigger the workflow without manually removing the label | |
runs-on: ubuntu-latest | |
if: github.repository_owner == 'deepmodeling' && github.event.label.name == 'Test CUDA' | |
steps: | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: Test CUDA | |
number: ${{ github.event.pull_request.number }} |