mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
workflows/no-channel: fix typo
This commit is contained in:
2
.github/workflows/no-channel.yml
vendored
2
.github/workflows/no-channel.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user