docker_builds: run only on fish-shell/fish-shell repo

Else this runs when people push to their master's forks, see
https://github.com/fish-shell/fish-shell/pull/11884#discussion_r2405618358
This commit is contained in:
Johannes Altmanninger
2025-10-06 12:41:35 +02:00
parent b1e8fdfaa2
commit 74ba4e9a98

View File

@@ -17,6 +17,7 @@ env:
jobs:
docker-build:
if: github.repository_owner == 'fish-shell'
permissions:
contents: read
packages: write