Skip to content

Denylist

To exclude a pipeline from execution and harvest, it can be added to the deny-list.

Configuration

A comma-separated array of context-ids.

module.exports = {
  denylist: ['5'],
};