Commit 02f2714c authored by Robert Schütz's avatar Robert Schütz
Browse files

workflows/no-channel: fix typo

parent f0264bd2
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: |