Skip to content

Commit f04e628

Browse files
authored
correct branch in publishing pipeline (#532)
1 parent 23cd612 commit f04e628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/sign_and_publish.yml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
# This only gets triggered when the branch is either main or 7.\d or 8.\d
2020
# So, dry_run is true for non main branch
2121
branch = os.getenv("BUILDKITE_BRANCH")
22-
dry_run = branch != "main"
22+
dry_run = branch != "8.15"
2323
pipeline = {}
2424
steps = [
2525
{

0 commit comments

Comments
 (0)