Skip to content

Commit

Permalink
.github/workflows/no-channel.yml: fix re-runs failing incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Dec 29, 2024
1 parent 4168283 commit 37c2f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/no-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
contents: none
name: "This PR is is targeting a channel branch"
runs-on: ubuntu-latest
if: ${{ startsWith(github.base_ref, 'nixos') || startsWith(github.base_ref, 'nixpkgs') }}
steps:
- run: |
cat <<EOF
Expand Down

0 comments on commit 37c2f08

Please sign in to comment.