Skip to content

Commit

Permalink
ci: make frozen files check depend on contracts-bedrock-build (#14316)
Browse files Browse the repository at this point in the history
This parallelizes the job with contracts-bedrock-build so that results
are returned more quickly.
  • Loading branch information
maurelian authored Feb 11, 2025
1 parent bd71972 commit b6b7429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ workflows:
- contracts-bedrock-build
- contracts-bedrock-frozen-code:
requires:
- contracts-bedrock-checks
- contracts-bedrock-build
- diff-asterisc-bytecode
- semgrep-scan:
name: semgrep-scan-local
Expand Down

0 comments on commit b6b7429

Please sign in to comment.