Skip to content

Commit a86f2ee

Browse files
authored
chore: Disable deploy action until fix is in (#290)
Related to #287 Temporarily disable the deploy action until we have a fix available.
1 parent 2e254a0 commit a86f2ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,12 @@ jobs:
187187
deploy:
188188
name: "deploy"
189189
runs-on: ubuntu-latest
190-
if: github.event_name != 'pull_request'
190+
# Temporarily disable the 'deploy' job until issue is fixed:
191+
# https://github.com/coder/coder/issues/287
192+
# As a part of a fix for that, uncomment the below line
193+
# and delete the 'if' after:
194+
# if: github.event_name != 'pull_request'
195+
if: false
191196
permissions:
192197
contents: read
193198
id-token: write

0 commit comments

Comments
 (0)