Skip to content

Commit

Permalink
[config] add a pass condition for skipped_actions to utm_implementati…
Browse files Browse the repository at this point in the history
…on_us (#748)

[config] add a pass condition checkout skipped_actions to utm_implementation_us
  • Loading branch information
Shastick authored Aug 9, 2024
1 parent 843e69a commit 75f79d9
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,21 @@ function(env) {
},
},
},
{
applicability: {
// We also want to make sure we don't skip more scenarios that we should
skipped_actions: {},
},
pass_condition: {
elements: {
count: {
// We currently expect this amount of skipped scenarios: making it an equality
// to make sure this is reduced if some scenarios start to be executed
equal_to: 7,
},
},
},
},
], // criteria
}, // validation
}, // v1
Expand Down

0 comments on commit 75f79d9

Please sign in to comment.