Skip to content

Commit 69f6e2a

Browse files
Trigger gcbrun
1 parent 191770e commit 69f6e2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

service/gcbrun_experiment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def exec_command_from_github(pull_request_number):
8383
def main():
8484
"""Entrypoint for GitHub CI into run_experiment.py"""
8585
logging.basicConfig(level=logging.INFO)
86+
logging.info('gcbrun_experiment.py running')
8687
pull_request_number = int(os.environ['PULL_REQUEST_NUMBER'])
8788
result = exec_command_from_github(pull_request_number)
8889
print('result', result)

0 commit comments

Comments
 (0)