Skip to content

Commit

Permalink
add-to-task-list: forkしたリポジトリからのPRでは動作しないようにする (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 27, 2023
1 parent f7ab79c commit 5a1db4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-to-task-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
add-to-task-list:
runs-on: ubuntu-latest
if: github.repository == github.event.pull_request.head.repo.full_name
steps:
- uses: dev-hato/[email protected]
with:
Expand Down

0 comments on commit 5a1db4a

Please sign in to comment.