From 2f58a89229dcf3a21375894f2db4a8bb0abdb1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= <mfc@leodrive.ai> Date: Fri, 7 Jun 2024 00:14:54 +0300 Subject: [PATCH] rem check out from action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai> --- .github/actions/build-and-test/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/build-and-test/action.yaml b/.github/actions/build-and-test/action.yaml index 0f28b6f822285..913cc06d649fd 100644 --- a/.github/actions/build-and-test/action.yaml +++ b/.github/actions/build-and-test/action.yaml @@ -17,9 +17,6 @@ inputs: runs: using: "composite" steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Show disk space before the tasks run: df -h