Skip to content

Commit

Permalink
ci: separate pull_request and pull_request_target actions (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Jan 6, 2024
1 parent 206f3d7 commit 0f616c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request-target.yml
@@ -0,0 +1,8 @@
name: Pull request target actions

on:
pull_request_target:

jobs:
pull-request:
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@b8a49739fe580ecb9e8c7d40d4d28548fbf72258
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
@@ -1,8 +1,8 @@
name: Pull request actions

on:
pull_request_target:
pull_request:

jobs:
pull-request:
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@04a2125ec2b1ff653ab80fef8fab7626e0a6be08
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@b8a49739fe580ecb9e8c7d40d4d28548fbf72258

0 comments on commit 0f616c7

Please sign in to comment.