Skip to content

Commit df5f7d7

Browse files
committed
ci(actions): remove comment trigger, it doesn't workaround the issue
1 parent c2a5190 commit df5f7d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ on:
88
- next
99
- alpha
1010
- beta
11-
issue_comment:
12-
types: [created]
1311

1412
jobs:
1513
build:
1614
name: Build + Test + Release
1715
runs-on: ubuntu-latest
18-
if:
19-
${{ github.event_name == 'pull_request' || github.event_name == 'push' ||
20-
contains(github.event.comment.body, 'rebuild') }}
2116

2217
steps:
2318
- name: Get Yarn cache path

0 commit comments

Comments
 (0)