Skip to content

Commit 95f4408

Browse files
author
WCSim CI
committed
Ensure the WCSimSHA file is updated in future
1 parent c408db1 commit 95f4408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MakeReference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def PushToGit(job_str, branch_name='new_ref', callnum=0):
165165
failure = False
166166
for job in jobs_to_run:
167167
print('Job', job)
168-
if job == 0:
168+
if job == 1:
169169
GetSHA()
170170
failure = failure or MakeReference(job, args.only_print_filename)
171171

0 commit comments

Comments
 (0)