ci don't run workflows twice on PRs

This commit is contained in:
embeddedt
2022-03-07 10:04:59 -05:00
parent 8ac93ad883
commit fcc1152f9c
5 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
name: Build ${{ matrix.port }} port
runs-on: ubuntu-latest
continue-on-error: true