Skip to content

Commit 5a1db4a

Browse files
authored
add-to-task-list: forkしたリポジトリからのPRでは動作しないようにする (#758)
1 parent f7ab79c commit 5a1db4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add-to-task-list.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
add-to-task-list:
1414
runs-on: ubuntu-latest
15+
if: github.repository == github.event.pull_request.head.repo.full_name
1516
steps:
1617
- uses: dev-hato/[email protected]
1718
with:

0 commit comments

Comments
 (0)