Skip to content

Commit 6292a62

Browse files
authored
Update gcbrun_experiment.py
1 parent e20a0ab commit 6292a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/gcbrun_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
TRIGGER_COMMAND = '/gcbrun'
2929
RUN_EXPERIMENT_COMMAND_STR = f'{TRIGGER_COMMAND} run_experiment.py '
3030
SKIP_COMMAND_STR = f'{TRIGGER_COMMAND} skip'
31-
31+
# A DUMMY COMMENT
3232

3333
def get_comments(pull_request_number):
3434
"""Returns comments on the GitHub Pull request referenced by

0 commit comments

Comments
 (0)