Unverified Commit d725592c authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/periodic-merge: move fork condition to calling workflow

Apparently the skipping needs to happen on the calling workflow,
otherwise those workflows show up as "failed" in forks instead of
skipped.
parent b33fdab0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ on:

jobs:
  merge:
    if: github.repository_owner == 'NixOS'
    runs-on: ubuntu-24.04
    name: ${{ inputs.from }} → ${{ inputs.into }}
    steps: