Skip to content

Commit

Permalink
change filter
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Apr 9, 2024
1 parent 31db94c commit 3198bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/x86-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
"event": "push"
},
{
"event": "pull_request",
"repo": "MayNiklas/nixos"
"branch": "update_flake_lock_action",
"event": "push"
}
]
}
4 changes: 3 additions & 1 deletion packages/woodpecker-pipeline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ let
when = pkgs.lib.lists.flatten ([
{ event = "manual"; }
{ event = "push"; branch = "main"; }
{ event = "pull_request"; repo = "MayNiklas/nixos"; }
{ event = "push"; branch = "update_flake_lock_action"; }
# could allow PRs from forks
# { event = "pull_request"; repo = "MayNiklas/nixos"; }
]);
steps = pkgs.lib.lists.flatten ([ nixFlakeShow ] ++ [ atticSetupStep ]
++ (map
Expand Down

0 comments on commit 3198bd9

Please sign in to comment.