Skip to content

Commit 746e02f

Browse files
authored
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 47ef5d0 commit 746e02f

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
@@ -226,7 +226,7 @@ async function main() {
226226

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

0 commit comments

Comments
 (0)