Skip to content

Commit 1b8c541

Browse files
authored
add requires --initialize to subsequent jobs in release workflow (#18285)
1 parent 646003b commit 1b8c541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,6 +2822,8 @@ workflows:
28222822
- contracts-bedrock-build:
28232823
context:
28242824
- circleci-repo-readonly-authenticated-github-token
2825+
requires:
2826+
- initialize
28252827
filters:
28262828
tags:
28272829
only: /^op-deployer.*/ # ensure contract artifacts are embedded in op-deployer binary
@@ -2861,6 +2863,7 @@ workflows:
28612863
context:
28622864
- oplabs-gcr-release
28632865
requires:
2866+
- initialize
28642867
- contracts-bedrock-build
28652868
# Checks for cross-platform images go here
28662869
- check-cross-platform:
@@ -2912,6 +2915,8 @@ workflows:
29122915
ignore: /.*/
29132916
context:
29142917
- circleci-repo-readonly-authenticated-github-token
2918+
requires:
2919+
- initialize
29152920
- publish-cannon-prestates:
29162921
context:
29172922
- circleci-repo-readonly-authenticated-github-token

0 commit comments

Comments
 (0)