Skip to content

Commit

Permalink
ci: also run flake check on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Nov 7, 2023
1 parent 092fa16 commit 844cb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ check:
- nix flake check
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

0 comments on commit 844cb3e

Please sign in to comment.