Add filenames_template for use in timeseries plots #319
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: EVA Documentation Dry Run | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| run-evadocs-dry-run: | |
| uses: JCSDA-internal/eva-docs/.github/workflows/docs_dry_run.yaml@develop |