mirror of
https://github.com/apache/superset.git
synced 2026-09-05 23:12:01 +00:00
A job-level `if:` can't reference `matrix` at all -- only github/inputs/ needs/vars contexts are available there, confirmed by actionlint and by this exact commit's own CI run failing outright with "This run likely failed because of a workflow file issue" (zero jobs registered). Moves the same condition onto the step that actually runs the tests instead, where matrix access is already used successfully by the existing db2 install step.