Teach EvaluationJob about is_nixpkgs
This commit is contained in:
parent
379761c036
commit
4665ea2bbc
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ pub struct EvaluationJob {
|
|||
pub pr: Pr,
|
||||
}
|
||||
|
||||
impl EvaluationJob {
|
||||
pub fn is_nixpkgs(&self) -> bool {
|
||||
self.repo.name == "nixpkgs"
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Actions {}
|
||||
|
||||
impl Actions {
|
||||
|
|
Loading…
Reference in a new issue