We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde0cb2 commit 073b9a6Copy full SHA for 073b9a6
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
if:
19
${{ github.event_name == 'pull_request' || github.event_name == 'push' ||
20
- contains(github.event.issue_comment, 'rebuild') }}
+ contains(github.event.comment.body, 'rebuild') }}
21
22
steps:
23
- name: Get Yarn cache path
0 commit comments