mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-06 14:21:14 -03:00
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:
1
.github/workflows/docker_builds.yml
vendored
1
.github/workflows/docker_builds.yml
vendored
@@ -17,6 +17,7 @@ env:
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
if: github.repository_owner == 'fish-shell'
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user