diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index f75fee6d7aa5f..c9f122aaad6ce 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -187,7 +187,12 @@ jobs: deploy: name: "deploy" runs-on: ubuntu-latest - if: github.event_name != 'pull_request' + # Temporarily disable the 'deploy' job until issue is fixed: + # https://github.com/coder/coder/issues/287 + # As a part of a fix for that, uncomment the below line + # and delete the 'if' after: + # if: github.event_name != 'pull_request' + if: false permissions: contents: read id-token: write