mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-09-24 20:50:17 +01:00
Don't build docker images for PRs from forks (#1281)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user