diff options
author | 2024-04-15 13:36:12 +0100 | |
---|---|---|
committer | 2024-04-15 13:37:21 +0100 | |
commit | 4c5dfdb1a5bcdc2551e14e31860c01a198ffe33d (patch) | |
tree | ef9b854089903f930283386564b6e06c638c5161 | |
parent | Update Olli targets with new namespaces (diff) |
Ensure linting CI runs when we update dependency versions
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4d052e0..19beedd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,8 +25,10 @@ jobs: filters: | ansible: - 'ansible/**' + - 'poetry.lock' kubernetes: - 'kubernetes/**' + - 'poetry.lock' lint: uses: ./.github/workflows/lint.yaml |