Skip to content

Commit

Permalink
chore: Disable deploy action until fix is in (#290)
Browse files Browse the repository at this point in the history
Related to #287 

Temporarily disable the deploy action until we have a fix available.
  • Loading branch information
bryphe-coder committed Feb 15, 2022
1 parent 2e254a0 commit a86f2ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a86f2ee

Please sign in to comment.