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

Skip to content

Commit 7eb504f

Browse files
committed
Restore 'if' condition in PR to test deploy
1 parent e8e1659 commit 7eb504f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
# As a part of a fix for that, uncomment the below line
193193
# and delete the 'if' after:
194194
# if: github.event_name != 'pull_request'
195-
if: false
195+
if: true
196196
permissions:
197197
contents: read
198198
id-token: write

0 commit comments

Comments
 (0)