Skip to content
Snippets Groups Projects

Allow users to configure skip ci behavior for pipeline execution policy

2 files
+ 18
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,6 +12,7 @@ module Skip
override :skipped?
def skipped?
return super unless command.pipeline_policy_context&.has_execution_policy_pipelines?
return super if command.pipeline_policy_context&.skip_ci_allowed?
# We don't allow pipeline to be skipped if it has to run execution policy pipelines
Loading