mfem / PyMFEM

Python wrapper for MFEM
http://mfem.org
BSD 3-Clause "New" or "Revised" License
225 stars 62 forks source link

add condition to skip if label='skip-ci' #243

Closed justinlaughlin closed 3 months ago

justinlaughlin commented 3 months ago

There was previously something like this with if: contains(github.event.pull_request.labels.*.name, 'in-test-with-mfem-master') , this PR adds that feature back in using the label skip-ci

This PR also tidies up a little bit by deleting some unused files

justinlaughlin commented 3 months ago

Once this PR is merged it will work with other branches 👍

sshiraiwa commented 3 months ago

Thank you. Merging this now.