Skip to content

Commit 77d016f

Browse files
committed
chore: remove edit event from action
1 parent 7eade85 commit 77d016f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/preview-theme.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,12 @@ on:
77
- master
88
- theme-preview-script
99
- "themes/index.js"
10-
issue_comment:
11-
types: [edited]
1210

1311
jobs:
14-
comment:
15-
if: contains(github.event.comment.html_url, '/pull/')
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: say hello
19-
if: contains(github.event.comment.body, 'Automated Theme Preview')
20-
run: |
21-
echo say hello
2212
build:
2313
runs-on: ubuntu-latest
2414
name: Install & Preview
15+
2516
steps:
2617
- uses: actions/checkout@v1
2718
- uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)