Skip to content

Commit 6f264b8

Browse files
committed
daily_update: process most stale locations first
1 parent 549156b commit 6f264b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/daily_update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
if regenerated:
8585
subprocess.run('git add *.md _data/locations/*.yml rank_only/*.json && git commit -am "regenerate location pages"', shell=True, check=True)
8686
87-
to_process.sort()
8887
for key in to_process[0:MAX_IN_RUN]:
8988
print("Running: %s" % key)
9089
preset = flookup[key]

0 commit comments

Comments
 (0)