Skip to content

Commit 2f1c276

Browse files
committed
run only if pull requests come from the same repo
1 parent 3aacbea commit 2f1c276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [ pull_request ]
44

55
jobs:
66
smoke-tests:
7+
if: github.event.pull_request.head.repo.full_name == github.repository
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)