Skip to content

Commit 3137e6f

Browse files
authored
workflows/no-channel: fix typo (#405001)
2 parents f0264bd + 02f2714 commit 3137e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/no-channel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: |
1313
startsWith(github.event.pull_request.base.ref, 'nixos-') ||
1414
startsWith(github.event.pull_request.base.ref, 'nixpkgs-')
15-
name: "This PR is is targeting a channel branch"
15+
name: "This PR is targeting a channel branch"
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- run: |

0 commit comments

Comments
 (0)