mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 03:55:24 +00:00
Don't build docker images for PRs from forks (#1281)
This commit is contained in:
parent
0f8f0bec25
commit
eb680efc90
1
.github/workflows/release-docker.yml
vendored
1
.github/workflows/release-docker.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user