From d301948c4ad17d23a39f8c6c55ff636fdf997fac Mon Sep 17 00:00:00 2001 From: Rodrigo Ipince Date: Wed, 11 Sep 2024 13:53:55 +0200 Subject: [PATCH] [templates] Only publish templates that use devbox --- .github/workflows/publish-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-repos.yml b/.github/workflows/publish-repos.yml index 2dc1b35..e74abd1 100644 --- a/.github/workflows/publish-repos.yml +++ b/.github/workflows/publish-repos.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: project_id: [dev-j3tpk, nonprod-j3tpk, prod-j3tpk] - template: [deno-fresh, elixir-phoenix, go-gin, php-laravel, python-flask, typescript-remix] + template: [deno-fresh, elixir-phoenix, php-laravel, python-flask] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4