Skip to content

Commit cc51ac9

Browse files
committed
chore(ci): get ci running on next (#10432)
Follow up to #10393. After that PR, CI no longer runs on the next branch when commits are pushed up. This is important to double check if triage or a merge conflict was resolved properly
1 parent 5c66dcb commit cc51ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/detect-changes/detectChanges.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function main() {
224224

225225
// If there's no branch, we're not in a pull request.
226226
if (!branch) {
227-
core.setOutput('code', false)
227+
core.setOutput('code', true)
228228
core.setOutput('rsc', false)
229229
core.setOutput('ssr', false)
230230
return

0 commit comments

Comments
 (0)