From c429cfba1fe6f46760c6456cc7ff725d7e72ebe7 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 2 Jan 2026 22:50:06 +0100 Subject: [PATCH] Reverske condition logic --- .github/workflows/infrastructure-repository-update.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/infrastructure-repository-update.yml b/.github/workflows/infrastructure-repository-update.yml index dffca7d7..4ea65d39 100644 --- a/.github/workflows/infrastructure-repository-update.yml +++ b/.github/workflows/infrastructure-repository-update.yml @@ -43,8 +43,6 @@ jobs: external: name: "Download external" needs: Check - - if: ${{ github.repository_owner == 'Armbian' && (github.event_name == 'workflow_dispatch' && inputs.download_external == true || github.event_name == 'repository_dispatch') }} uses: armbian/armbian.github.io/.github/workflows/infrastructure-download-external.yml@main with: ACCESS_NAME: armbian @@ -65,8 +63,7 @@ jobs: fix-permissions: name: "Fix permissions" - needs: Check - if: ${{ needs.Check.result == 'success' }} + needs: external runs-on: repository strategy: matrix: @@ -156,7 +153,6 @@ jobs: prepare-beta: name: "Prepare beta repository" needs: fix-permissions - if: ${{ needs.fix-permissions.result == 'success' }} runs-on: repository steps: - name: "Remove and recreate beta repository"