Skip to content

Commit 85a5f5a

Browse files
authored
Fix setup job in CI (#6688)
1 parent f66853f commit 85a5f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/render_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
pr_base_ref = data.get("base", {}).get("ref")
6868
else:
6969
labels = set()
70+
pr_base_ref = ""
7071

7172
branch = os.environ.get("CIRCLE_BRANCH", "")
7273
run_all = "all" in labels

0 commit comments

Comments
 (0)