mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
workflows/eval: fix pull_request condition
I changed the name of the workflow last minute before merge and forgot
to adjust the path here.
(cherry picked from commit 58b5576704
)
This commit is contained in:
parent
ce311c48af
commit
c8bf96a258
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eval.yml
vendored
2
.github/workflows/eval.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/eval.yml
|
||||
- .github/workflows/reviews.yml # needs eval results from the same event type
|
||||
- .github/workflows/reviewers.yml # needs eval results from the same event type
|
||||
pull_request_target:
|
||||
push:
|
||||
# Keep this synced with ci/request-reviews/dev-branches.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue