Skip to content

Commit

Permalink
FIX: defaults.yml to required versions in testplan
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 8, 2024
1 parent 510eff9 commit 0991139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
required: true
description: 'URL/PATH of the testplan to run'
default: 'tests/github_actions/defaults/defaults.yml,tests/github_actions/twig-component.yml'
default: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml'
runs_on:
type: string
description: 'JSON string/array describing the runner'
Expand Down

0 comments on commit 0991139

Please sign in to comment.