pySHiELD translate tests #254
Workflow file for this run
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: "pySHiELD translate tests" | |
| # Run these these whenever ... | |
| on: | |
| pull_request: # ... a PR is opened / updated | |
| merge_group: # ... the PR is added to the merge queue | |
| push: | |
| branches: | |
| - main # ... when merging into the main branch | |
| jobs: | |
| pyshield_translate_tests: | |
| uses: NOAA-GFDL/PySHiELD/.github/workflows/translate.yaml@develop | |
| with: | |
| component_trigger: true | |
| component_name: pyFV3 |