Skip to content

Commit fc1e37c

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents c80210c + 34b45a6 commit fc1e37c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ jobs:
139139
owner: context.repo.owner,
140140
repo: context.repo.repo,
141141
per_page: 100,
142-
ref: ref
142+
sort: 'created_at',
143+
direction: 'asc',
144+
key: 'tests-*'
143145
});
144146
145147
if (caches.data) {

0 commit comments

Comments
 (0)