From 592397b4afd9840f56f3b0eb86f9623a5d2bb2bb Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Sat, 7 Mar 2026 19:59:49 +0000 Subject: [PATCH] Uncomment actions for frontend existence checks in CI and build workflows --- .github/workflows/build.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b00e03d..e2da9d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,8 @@ jobs: - uses: ./.github/actions/setup/check-frontend-exists if: github.event.repository.name == 'python-template-server' - # - uses: javidahmed64592/python-template-server/.github/actions/setup/check-frontend-exists@main - # if: github.event.repository.name != 'python-template-server' + - uses: javidahmed64592/python-template-server/.github/actions/setup/check-frontend-exists@main + if: github.event.repository.name != 'python-template-server' - uses: ./.github/actions/build/build-frontend if: steps.check-frontend.outputs.exists == 'true' && github.event.repository.name == 'python-template-server' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e53e1..31cb6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,8 @@ jobs: - uses: ./.github/actions/setup/check-frontend-exists if: github.event.repository.name == 'python-template-server' - # - uses: javidahmed64592/python-template-server/.github/actions/setup/check-frontend-exists@main - # if: github.event.repository.name != 'python-template-server' + - uses: javidahmed64592/python-template-server/.github/actions/setup/check-frontend-exists@main + if: github.event.repository.name != 'python-template-server' - uses: ./.github/actions/ci/frontend if: steps.check-frontend.outputs.exists == 'true' && github.event.repository.name == 'python-template-server'