diff --git a/.github/workflows/on-release.yaml b/.github/workflows/on-release.yaml index fe7ebc199..cb9e6e42f 100644 --- a/.github/workflows/on-release.yaml +++ b/.github/workflows/on-release.yaml @@ -26,8 +26,8 @@ jobs: with: image-tags: latest,${{ inputs.release-tag }} - deploy: - needs: publish-image - uses: ./.github/workflows/deploy-to-radix.yaml - with: - radix-environment: "dev" \ No newline at end of file + # deploy: + # needs: publish-image + # uses: ./.github/workflows/deploy-to-radix.yaml + # with: + # radix-environment: "dev" \ No newline at end of file