Skip to content

Commit d5882e4

Browse files
authored
Merge pull request #34 from RalfJung/cronjob
cron-success-pr: fix checking out the sources
2 parents 46e17b2 + 2d40d09 commit d5882e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['master']
88
schedule:
99
- cron: '10 2 * * *' # At 02:10 UTC every day (a bit after rustup-components-history).
10-
- cron: '20,35,50 9,10 * * *' # for testing
10+
- cron: '20,35,50 12,13 * * *' # for testing
1111

1212
jobs:
1313
test-core:
@@ -79,6 +79,7 @@ jobs:
7979
needs: [success]
8080
if: github.event_name == 'schedule'
8181
steps:
82+
- uses: actions/checkout@v3
8283
- name: setup bot git name and email
8384
run: |
8485
git config --global user.name 'The Miri Conjob Bot'

0 commit comments

Comments
 (0)