Skip to content

Commit e29a6a4

Browse files
committed
workflow return
1 parent 0c63841 commit e29a6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
auto-label:
183183
needs: detect-changes
184-
if: needs.detect-changes.outputs.go_code == 'true' && github.event.pull_request.head.repo.full_name == github.repository
184+
if: needs.detect-changes.outputs.go_code == 'true'
185185
runs-on: ubuntu-latest
186186
name: Auto Label Go Changes
187187
permissions:

0 commit comments

Comments
 (0)