Skip to content

Commit 04db677

Browse files
committed
cronjob auto-PR: fetch more of the history
1 parent 9e49f53 commit 04db677

File tree

1 file changed

+2
-2
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+2
-2
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188
--user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com
189189
# Attempt to auto-sync with rustc
190190
- uses: actions/checkout@v3
191+
with:
192+
fetch-depth: 256 # get a bit more of the history
191193
- name: install josh-proxy
192194
run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r22.12.06
193195
- name: start josh-proxy
@@ -198,8 +200,6 @@ jobs:
198200
git config --global user.email '[email protected]'
199201
- name: get changes from rustc
200202
run: |
201-
git status # just to see more of what is happening
202-
git checkout master # by default we are not on a branch
203203
./miri rustc-pull
204204
- name: Install rustup-toolchain-install-master
205205
run: cargo install -f rustup-toolchain-install-master

0 commit comments

Comments
 (0)