diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index cf890aa12..000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: PROD - -on: - release: - types: [published] - workflow_dispatch: - inputs: - tag: - description: 'The tag set to deploy; e.g. latest or PR number' - required: false - -concurrency: - # Do not interrupt previous workflows - group: ${{ github.workflow }} - cancel-in-progress: false - -jobs: - deploy-prod: - name: PROD - secrets: inherit - uses: ./.github/workflows/.deploy.yml - with: - environment: prod - tag: ${{ inputs.tag || 'prod' }} - target: prod