Skip to content

Commit 9eaf00c

Browse files
committed
fix python
1 parent efb9f71 commit 9eaf00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/github-actions/calculate-job-matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def substitute_github_vars(jobs: list) -> list:
209209
if run_type is not None:
210210
jobs = calculate_jobs(run_type, data)
211211
jobs = skip_jobs(jobs, channel)
212+
jobs = substitute_github_vars(jobs)
212213

213214

214215
if not jobs:

0 commit comments

Comments
 (0)