From 02f2714c55d44b9fb949386811b123407f9da963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 7 May 2025 11:09:05 -0700 Subject: [PATCH] workflows/no-channel: fix typo --- .github/workflows/no-channel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |