Skip to content

Commit 073b9a6

Browse files
committed
ci(actions): fix issue comment condition
1 parent bde0cb2 commit 073b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if:
1919
${{ github.event_name == 'pull_request' || github.event_name == 'push' ||
20-
contains(github.event.issue_comment, 'rebuild') }}
20+
contains(github.event.comment.body, 'rebuild') }}
2121

2222
steps:
2323
- name: Get Yarn cache path

0 commit comments

Comments
 (0)