diff --git a/.github/workflows/no-channel.yml b/.github/workflows/no-channel.yml index 8a0d78114613..ce0d50fed15d 100644 --- a/.github/workflows/no-channel.yml +++ b/.github/workflows/no-channel.yml @@ -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: |