Skip to content

Commit

Permalink
Allow running manifests-verify without changes in files (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-vanyasin authored Nov 7, 2023
1 parent dfce46c commit 562cb5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ orbs:

setup: true

parameters:
manifests-verify:
type: boolean
default: false

workflows:
always-run:
jobs:
Expand Down

0 comments on commit 562cb5e

Please sign in to comment.