Skip to content

Commit

Permalink
feat: pr-merge action execute limit repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Saraph1nes committed Jul 30, 2024
1 parent 71b8c03 commit aa3ca4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Closed
name: PR Closed Or Merge

on:
pull_request_target:
@@ -7,6 +7,8 @@ on:

jobs:
remove_assets:
# 不需要在fork仓库的pr中运行
if: github.repository == 'Tencent/cherry-markdown'
runs-on: ubuntu-latest

steps:

0 comments on commit aa3ca4d

Please sign in to comment.