Skip to content

Commit dbd1e4b

Browse files
committed
fix
1 parent 00f0d36 commit dbd1e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smart_commenting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
[2]: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/workflow.md#gpg-signing-old-commits
2626
2727
add-comment-for-tests:
28-
if: github.event.label.name == 'tests needed' && github.event.label.name != 'lang'
28+
if: github.event.label.name == 'tests needed'
2929
runs-on: ubuntu-latest
3030
permissions:
3131
pull-requests: write

0 commit comments

Comments
 (0)