Skip to content

Commit 1640202

Browse files
Remove approval hold job from release workflow (#683)
Removed approval hold job from release process in CircleCI config.
1 parent fa03b26 commit 1640202

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,6 @@ workflows:
236236
name: Check superchain registry bundle diff
237237
release:
238238
jobs:
239-
- hold:
240-
type: approval
241-
filters:
242-
tags:
243-
only: /^v.*/
244-
branches:
245-
ignore: /.*/
246239
- docker-release:
247240
name: Push to Docker (release)
248241
filters:
@@ -254,8 +247,6 @@ workflows:
254247
push_tags: true
255248
context:
256249
- oplabs-gcr-release
257-
requires:
258-
- hold
259250

260251
merge:
261252
jobs:

0 commit comments

Comments
 (0)