workflows/teams: restrict to NixOS org

without the restriction the workflow would trigger on all forks,
but it is only relevant on NixOS/nixpkgs
This commit is contained in:
Markus S. Wamser
2025-11-10 20:57:47 +01:00
parent d66143a3c4
commit 694cb8ac10

View File

@@ -14,6 +14,7 @@ defaults:
jobs:
sync:
if: github.event_name != 'schedule' || github.repository_owner == 'NixOS'
runs-on: ubuntu-24.04-arm
steps:
# Use a GitHub App to create the PR so that CI gets triggered and to