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 Aug 31, 2023
1 parent 605ba5c commit e379145
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 @@ -9,7 +9,8 @@ concurrency:
jobs:
pycyphal-test:
name: Test PyCyphal
if: (github.event_name == 'push') || contains(github.event.head_commit.message, '#test')
# Run on push OR on 3rd-party PR.
if: (github.event_name == 'push') || (github.event.pull_request.author_association == "NONE")
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e379145

Please sign in to comment.