mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +08:00
chore: remove edit event from action
This commit is contained in:
parent
7eade85f18
commit
77d016f648
11
.github/workflows/preview-theme.yml
vendored
11
.github/workflows/preview-theme.yml
vendored
@ -7,21 +7,12 @@ on:
|
|||||||
- master
|
- master
|
||||||
- theme-preview-script
|
- theme-preview-script
|
||||||
- "themes/index.js"
|
- "themes/index.js"
|
||||||
issue_comment:
|
|
||||||
types: [edited]
|
|
||||||
|
|
||||||
jobs:
|
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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Install & Preview
|
name: Install & Preview
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user