Skip to content

Commit

Permalink
Update test-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko authored Jun 19, 2024
1 parent 0ac3b24 commit 99c409d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
pycyphal-test:
name: Test PyCyphal
# Run on push OR on 3rd-party PR.
if: (github.event_name == 'push') || (github.event.pull_request.author_association == 'NONE')
# https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#pull_request
if: (github.event_name == 'push') || github.event.pull_request.head.repo.fork
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 99c409d

Please sign in to comment.