mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-04-06 00:10:11 +08:00
Skip test job for pull requests from forks
This commit is contained in:
parent
ebe65286bb
commit
7da2420655
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
fi
|
||||
|
||||
test:
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user