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'