workflows/periodic-merge: move fork condition to calling workflow (#373178)

This commit is contained in:
Wolfgang Walther
2025-01-12 13:55:20 +01:00
committed by GitHub
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ permissions:
jobs:
periodic-merge:
if: github.repository_owner == 'NixOS'
strategy:
# don't fail fast, so that all pairs are tried
fail-fast: false
+1
View File
@@ -20,6 +20,7 @@ permissions:
jobs:
periodic-merge:
if: github.repository_owner == 'NixOS'
strategy:
# don't fail fast, so that all pairs are tried
fail-fast: false
-1
View File
@@ -14,7 +14,6 @@ on:
jobs:
merge:
if: github.repository_owner == 'NixOS'
runs-on: ubuntu-24.04
name: ${{ inputs.from }} → ${{ inputs.into }}
steps: