diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index bddace7..836ab5d 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -11,7 +11,7 @@ on: branches: [main] concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ gitea.workflow }}-${{ gitea.ref }} cancel-in-progress: true permissions: @@ -96,9 +96,9 @@ jobs: jobStatus: ${{ job.status }} title: Build failed - - name: deploy - if: ${{ success() }} - run: docker build -t targo_frontend . + #- name: deploy + # if: ${{ success() }} + # run: docker build -t targo_frontend . #deploy: # needs: [lint, test, build]