Skip to content

test(CI): new GEMC version handling #104

test(CI): new GEMC version handling

test(CI): new GEMC version handling #104

name: Validation-latest
on:
pull_request:
branches-ignore: [ dev ] # PRs which do not target `dev` (cf. `validation-dev.yml`)
push:
branches: [ main ] # pushes on `main` (viz., merging PRs to `main`)
tags: [ '*' ] # any tags
workflow_dispatch: # manual trigger
jobs:
validation:
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@gemc-matrix
with:
gemc_version: match_gcard
git_upstream: >-
{
"clas12-validation": { "fork": "JeffersonLab/clas12-validation", "ref": "gemc-matrix" }
}