Add missing checkout step

This commit is contained in:
Jakub Beránek 2024-04-27 15:48:35 +02:00
parent 163ea3328b
commit a700897d5a
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
2 changed files with 8 additions and 0 deletions

View File

@ -177,6 +177,10 @@ jobs:
- job
if: "success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
steps:
- name: checkout the source code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: publish toolstate
run: src/ci/publish_toolstate.sh
shell: bash

View File

@ -286,6 +286,10 @@ jobs:
if: "success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
<<: *base-outcome-job
steps:
- name: checkout the source code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: publish toolstate
run: src/ci/publish_toolstate.sh
shell: bash