chore: Disable deploy action until fix is in (#290)

Related to #287 

Temporarily disable the deploy action until we have a fix available.
This commit is contained in:
Bryan
2022-02-15 09:24:40 -08:00
committed by GitHub
parent 2e254a01bb
commit a86f2ee11d

View File

@ -187,7 +187,12 @@ jobs:
deploy: deploy:
name: "deploy" name: "deploy"
runs-on: ubuntu-latest 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: permissions:
contents: read contents: read
id-token: write id-token: write