Skip to content

Commit

Permalink
Remove manual approval from krew update workflow (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Dec 17, 2024
1 parent 9132319 commit 4f05073
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,19 +177,9 @@ workflows:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- request-manual-approval:
type: approval
requires:
- debug-tag
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- update-krew-index:
requires:
- debug-tag
- request-manual-approval
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 4f05073

Please sign in to comment.