Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 917c08b

Browse files
committed
Disable deploy action
1 parent c9c0312 commit 917c08b

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)