From 2d2c0a0a97f7dc5e0a559faaae686089f8e2dfe7 Mon Sep 17 00:00:00 2001 From: Javid Ahmed Date: Mon, 4 May 2026 21:26:44 +0100 Subject: [PATCH] Add frontend-dir-exists parameter to build and CI workflows --- .github/workflows/build.yml | 2 ++ .github/workflows/ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 460dc76..9f4f45b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,3 +21,5 @@ jobs: steps: - uses: actions/checkout@v6 - uses: javidahmed64592/actions-template-python/actions/build/verify-structure@main + with: + frontend-dir-exists: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e34ed6d..2ee389c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: steps: - uses: actions/checkout@v6 - uses: javidahmed64592/actions-template-python/actions/ci/version-check@main + with: + frontend-dir-exists: false frontend: runs-on: ubuntu-latest