Don't build docker images for PRs from forks

This commit is contained in:
Bogdan 2024-07-20 22:06:00 +03:00
parent 0f8f0bec25
commit ff4393cb23

View File

@ -14,6 +14,7 @@ concurrency:
jobs:
build-docker-images:
if: ${{ !github.event.pull_request.head.repo.fork }}
runs-on: ubuntu-22.04
steps:
- name: Checkout