diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 6764f03c..f53ee7d8 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -8,14 +8,6 @@ on: tags: - release-* jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - build_and_deploy: runs-on: ubuntu-latest steps: