From bd5593b6c4362500d9d17f9e3563202b6b5e9e0a Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 10 Aug 2021 09:40:16 -0400 Subject: [PATCH] Try fecthing the last two commits --- .github/workflows/self-push.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index b6f51496b7..90abaf0bd9 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -29,6 +29,8 @@ jobs: steps: - name: Launcher docker uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: NVIDIA-SMI run: | @@ -71,6 +73,8 @@ jobs: # steps: # - name: Launcher docker # uses: actions/checkout@v2 +# with: +# fetch-depth: 2 # # - name: NVIDIA-SMI # run: | @@ -113,6 +117,8 @@ jobs: steps: - name: Launcher docker uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: NVIDIA-SMI run: | @@ -157,6 +163,8 @@ jobs: # steps: # - name: Launcher docker # uses: actions/checkout@v2 +# with: +# fetch-depth: 2 # # - name: NVIDIA-SMI # run: | @@ -198,6 +206,8 @@ jobs: steps: - name: Launcher docker uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: NVIDIA-SMI run: | @@ -239,6 +249,8 @@ jobs: steps: - name: Launcher docker uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: NVIDIA-SMI run: |