From 7f312ba589d764bc5d840100ff8d8553daebd774 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 25 May 2023 23:11:03 +0200 Subject: [PATCH] Fix wrong if placing --- .github/workflows/Tasmota_build_devel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 071c7e031..24b4815b6 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -17,7 +17,7 @@ concurrency: jobs: be_solidify: runs-on: ubuntu-latest - if: github.repository == 'arendst/Tasmota' + if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development' continue-on-error: true steps: - uses: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: safeboot-images: needs: push_solidified runs-on: ubuntu-latest - if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development' + if: github.repository == 'arendst/Tasmota' continue-on-error: true strategy: matrix: