Skip to content

Commit df7410d

Browse files
committed
fix: snapshot workflow trigger
1 parent 4da0e27 commit df7410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created, edited, deleted]
66

77
jobs:
8-
if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '@snapshot')
8+
if: ${{ github.event.issue.pull_request }} && ${{ contains(github.event.comment.body, '@snapshot') }}
99
Snapshot:
1010
runs-on: ubuntu-latest
1111
steps:

0 commit comments

Comments
 (0)