Skip to content

Commit

Permalink
Avoid running GitLab CI on automated dependency updates
Browse files Browse the repository at this point in the history
Branch "origin/konflux/mintmaker/main/all-dependencies" seem to be often
contain partial updates (e.g. lock file is not updated) without any open
pull requests.
  • Loading branch information
hluk committed Dec 19, 2024
1 parent 037e59e commit ebb252d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ default:
tags:
- docker

workflow:
rules:
# Avoid running CI on automated dependency updates (often partial)
- if: '$CI_COMMIT_BRANCH !~ /^konflux\/mintmaker/'

# code-scanning-container
# Requires SONAR_TOKEN variable in GitLab project.
include:
Expand Down

0 comments on commit ebb252d

Please sign in to comment.