workflows/no-channel: fix typo

This commit is contained in:
Robert Schütz
2025-05-07 11:09:05 -07:00
parent f0264bd294
commit 02f2714c55

View File

@@ -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: |