We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c0312 commit 917c08bCopy full SHA for 917c08b
.github/workflows/coder.yaml
@@ -187,7 +187,12 @@ jobs:
187
deploy:
188
name: "deploy"
189
runs-on: ubuntu-latest
190
- if: github.event_name != 'pull_request'
+ # 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 }}
196
permissions:
197
contents: read
198
id-token: write
0 commit comments