From 7f8f75d19694cce58d727095d63ecb8fd23826b4 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 26 May 2023 21:10:45 +0200 Subject: [PATCH] checkout not needed for trigger --- .github/workflows/Tasmota_build_devel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 24b4815b6..1d7d24852 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -240,7 +240,6 @@ jobs: needs: [base-images, base32-images, language-images] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: Dispatch workflow in arendst/Tasmota-firmware run: | curl -X POST https://api.github.com/repos/arendst/Tasmota-firmware/actions/workflows/fetch_deploy.yml/dispatches \