prevent docker-edge workflow from running on pushes to forks (#4430)

This commit is contained in:
Matt Fiddaman
2025-02-22 22:48:18 +00:00
committed by GitHub
parent 0fddcac76d
commit 81b30d74e4
2 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ env:
jobs:
build:
if: ${{ github.event.repository.fork == false }}
name: Build Docker image
runs-on: ubuntu-latest
strategy: