diff --git a/.github/workflows/production-deploy.yaml b/.github/workflows/production-deploy.yaml index 5a6241e1bb..4a7aee54a0 100644 --- a/.github/workflows/production-deploy.yaml +++ b/.github/workflows/production-deploy.yaml @@ -1,7 +1,7 @@ on: push: tags: - - 'v*' + - 't*' jobs: # Note - build occurs again here, even though this image has been built in continuous. @@ -53,8 +53,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-asset: runs-on: ubuntu-latest - needs: - - duplication-check steps: - uses: actions/checkout@v2 - name: Set up QEMU