We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66853f commit 85a5f5aCopy full SHA for 85a5f5a
.circleci/render_config.py
@@ -67,6 +67,7 @@
67
pr_base_ref = data.get("base", {}).get("ref")
68
else:
69
labels = set()
70
+ pr_base_ref = ""
71
72
branch = os.environ.get("CIRCLE_BRANCH", "")
73
run_all = "all" in labels
0 commit comments