From 84a48c65eb2d7b109c7beb6c64b0f6e304a3d9ec Mon Sep 17 00:00:00 2001 From: RocketQuack <202538874+Rocket-Quack@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:40:08 +0200 Subject: [PATCH] chore(ci): restore upstream defaults after fork validation --- .github/workflows/app-build-image.yml | 2 +- .github/workflows/core-build-develop.yml | 2 +- .github/workflows/core-build-stable.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-build-image.yml b/.github/workflows/app-build-image.yml index 710d31c9..74a01048 100644 --- a/.github/workflows/app-build-image.yml +++ b/.github/workflows/app-build-image.yml @@ -47,7 +47,7 @@ on: builder_repository: required: false type: string - default: Rocket-Quack/frappe_docker + default: frappe/frappe_docker description: "Repository that contains the Containerfile and helper scripts" builder_ref: required: false diff --git a/.github/workflows/core-build-develop.yml b/.github/workflows/core-build-develop.yml index 8085b553..64800241 100644 --- a/.github/workflows/core-build-develop.yml +++ b/.github/workflows/core-build-develop.yml @@ -35,7 +35,7 @@ jobs: node_version: 24.12.0 publish: - if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }} + if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} needs: test uses: ./.github/workflows/core-publish-images.yml with: diff --git a/.github/workflows/core-build-stable.yml b/.github/workflows/core-build-stable.yml index 5e11a015..6c453adb 100644 --- a/.github/workflows/core-build-stable.yml +++ b/.github/workflows/core-build-stable.yml @@ -48,7 +48,7 @@ jobs: node_version: 20.19.2 v15_publish: - if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }} + if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} needs: v15_test uses: ./.github/workflows/core-publish-images.yml with: @@ -69,7 +69,7 @@ jobs: python_version: 3.14.2 node_version: 24.12.0 v16_publish: - if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }} + if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} needs: v16_test uses: ./.github/workflows/core-publish-images.yml with: