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

Skip to content

Commit c0a8f8a

Browse files
committed
Restore main-only if condition for deploy
1 parent 7eb504f commit c0a8f8a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,7 @@ jobs:
187187
deploy:
188188
name: "deploy"
189189
runs-on: ubuntu-latest
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: true
190+
if: github.event_name != 'pull_request'
196191
permissions:
197192
contents: read
198193
id-token: write

0 commit comments

Comments
 (0)