Skip to content

Commit bde3fbc

Browse files
authored
chore: rm undef is_contributor_pr param on unit test call (#32604)
* rm undef is_contributor_pr param on unit test call * Update cache-version.txt
1 parent d048e46 commit bde3fbc

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.circleci/cache-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Bump this version to force CI to re-create the cache from scratch.
2-
9-18-2025-x2
2+
9-30-2025

.circleci/src/workflows/workflows/@main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ linux-x64-contributor:
478478
requires:
479479
- contributor-pr
480480
- unit-tests:
481-
is_contributor_pr: true
482481
requires:
483482
- build
484483
- verify-release-readiness:

.circleci/workflows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4377,7 +4377,6 @@ workflows:
43774377
requires:
43784378
- contributor-pr
43794379
- unit-tests:
4380-
is_contributor_pr: true
43814380
requires:
43824381
- build
43834382
- verify-release-readiness:

0 commit comments

Comments
 (0)