We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0264bd + 02f2714 commit 3137e6fCopy full SHA for 3137e6f
.github/workflows/no-channel.yml
@@ -12,7 +12,7 @@ jobs:
12
if: |
13
startsWith(github.event.pull_request.base.ref, 'nixos-') ||
14
startsWith(github.event.pull_request.base.ref, 'nixpkgs-')
15
- name: "This PR is is targeting a channel branch"
+ name: "This PR is targeting a channel branch"
16
runs-on: ubuntu-24.04
17
steps:
18
- run: |
0 commit comments