From 40b49302c6b4e3b69d09fa0853376486f4ab0930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:54:01 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cea47a4..6a180b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,7 @@ jobs: steps: - name: Check out the repository uses: actions/checkout@v3 + - name: Cache pip uses: actions/cache@v2 with: @@ -96,12 +97,6 @@ jobs: asset_path: ./firmware/firmware.bin asset_name: firmware.bin asset_content_type: application/octet-stream - - - name: Checkout - id: checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - name: Commit id: commit