Skip to content

Commit

Permalink
Fix compute workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Dec 11, 2024
1 parent cb3b3b0 commit 60d2e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/scripts/compute-workflow-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def get_github_workflow_map(scenarios, scenarios_groups):

for scenario in get_all_scenarios():
if not scenario.github_workflow:
scenarios[scenario.name] = True # won't be executed, but it exists
continue

if scenario.github_workflow not in result:
Expand Down

0 comments on commit 60d2e35

Please sign in to comment.