Skip to content

Commit

Permalink
naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 10, 2024
1 parent ce550e7 commit e389780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/generate_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def main():
if not test_file.startswith('test_'):
continue
test_file_path = os.path.join('tests/smoke_tests', test_file)
if "required_before_merge" in test_file:
if "test_pre_merge" in test_file:
pre_merge_files.append(test_file_path)
else:
release_files.append(test_file_path)
Expand Down

0 comments on commit e389780

Please sign in to comment.