Unverified Commit 3137e6fd authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

workflows/no-channel: fix typo (#405001)

parents f0264bd2 02f2714c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
    if: |
      startsWith(github.event.pull_request.base.ref, 'nixos-') ||
      startsWith(github.event.pull_request.base.ref, 'nixpkgs-')
    name: "This PR is is targeting a channel branch"
    name: "This PR is targeting a channel branch"
    runs-on: ubuntu-24.04
    steps:
      - run: |