From c2cd6fb4c08a747b4ebd6368d2468774668b77c5 Mon Sep 17 00:00:00 2001 From: lChen-dev Date: Sat, 6 Nov 2021 20:28:39 +0530 Subject: [PATCH] chore: remove edit event from action --- .github/workflows/preview-theme.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/preview-theme.yml b/.github/workflows/preview-theme.yml index 2e2fbb9..f102b59 100644 --- a/.github/workflows/preview-theme.yml +++ b/.github/workflows/preview-theme.yml @@ -7,21 +7,12 @@ on: - master - theme-preview-script - "themes/index.js" - issue_comment: - types: [edited] jobs: - comment: - if: contains(github.event.comment.html_url, '/pull/') - runs-on: ubuntu-latest - steps: - - name: say hello - if: contains(github.event.comment.body, 'Automated Theme Preview') - run: | - echo say hello build: runs-on: ubuntu-latest name: Install & Preview + steps: - uses: actions/checkout@v1 - uses: bahmutov/npm-install@v1