Don't build docker images for PRs from forks (#1281)

This commit is contained in:
Bogdan 2024-07-20 22:08:40 +03:00 committed by GitHub
parent 0f8f0bec25
commit eb680efc90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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