chore(submodule): bump etc/data/magfield from a0e899e to ba858a8
#2367
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: Validation | |
| on: | |
| pull_request: | |
| push: | |
| branches: [ development ] | |
| tags: [ '*' ] | |
| workflow_dispatch: | |
| jobs: | |
| validation: | |
| uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main | |
| with: | |
| matrix_evgen: >- | |
| [ | |
| "e_p", | |
| "e_n", | |
| "e_g", | |
| "e_pC", | |
| "eFT_K", | |
| "e_gFT" | |
| ] | |
| matrix_config: >- | |
| [ | |
| "rgb_fall2019" | |
| ] |