how to make a github action matrix element conditional
问题 I have a workflow that uses 'strategy' = 'matrix' and a list of specific configurations to build. Link to Workflow YAML (also provided below) # # build-N-test-v2.1-Dev and build-N-test-v2.1-Release are neary # identical, but a few tests are commented out (to not needlessly stress CI system) # for v2.1-Dev builds # # NOTE: I've tried many tricks - none which seem to work - to get this working on one file with one # workflow and tests # https://github.community/t/what-is-the-correct-if