From a86f2ee11df200db82fe508d712cad1bf39c9f4b Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 15 Feb 2022 09:24:40 -0800 Subject: [PATCH] chore: Disable deploy action until fix is in (#290) Related to #287 Temporarily disable the deploy action until we have a fix available. --- .github/workflows/coder.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index f75fee6d7a..c9f122aaad 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