knative / actions

Apache License 2.0
11 stars 22 forks source link

Make reusable actions enable-able #55

Closed krsna-m closed 2 years ago

krsna-m commented 2 years ago

There needs to be some logic for each reusable to have a "if enabled=false then skip" logic before invoking the actual reusable. Maybe this should be part of the toplevel file in the repos that consume the reusables for performance purposes?

krsna-m commented 2 years ago

Fixed in https://github.com/knative/actions/pull/67