Hotfix for full check (#50)

Fix full check
main
Kirill Sizov 4 years ago committed by GitHub
parent 269c20861b
commit 734bbdd10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,9 @@ jobs:
needs: search_cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ inputs.ref }}
- name: CVAT server. Getting cache from the default branch
uses: actions/cache@v3

Loading…
Cancel
Save