Skip to content

Commit d7a58ad

Browse files
committed
ci: provide names for nightly E2E jobs
The CI size check uses the `e2e-cli` job to retrieve the build artifacts. But with the nightly E2E job having the same name, CircleCI named the regular E2E job `e2e-cli-1` which caused the CI size check to get stuck in a pending state.
1 parent 761602d commit d7a58ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,11 @@ workflows:
433433
requires:
434434
- setup
435435
- e2e-cli:
436+
name: e2e-cli-nightly
436437
requires:
437438
- build
438439
- e2e-cli:
439-
name: e2e-cli-ve
440+
name: e2e-cli-ve-nightly
440441
ve: true
441442
requires:
442443
- build

0 commit comments

Comments
 (0)