From 052e5ceb2128c9b5973681f567453bbcd2ed08ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Surovi=C4=8D?= Date: Fri, 18 Aug 2023 16:42:43 +0200 Subject: [PATCH] bla --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f993d5a..bd72249b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,11 @@ jobs: timeout-minutes: 32 steps: - - name: Clone polytracker repository - uses: actions/checkout@v3 - with: - submodules: true - fetch-depth: 1 + # - name: Clone polytracker repository + # uses: actions/checkout@v3 + # with: + # submodules: true + # fetch-depth: 1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -72,11 +72,11 @@ jobs: timeout-minutes: 32 steps: - - name: Clone polytracker repository - uses: actions/checkout@v3 - with: - submodules: true - fetch-depth: 1 + # - name: Clone polytracker repository + # uses: actions/checkout@v3 + # with: + # submodules: true + # fetch-depth: 1 - name: Download artifact uses: actions/download-artifact@v3