aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-04-15 13:36:12 +0100
committerGravatar Chris Lovering <[email protected]>2024-04-15 13:37:21 +0100
commit4c5dfdb1a5bcdc2551e14e31860c01a198ffe33d (patch)
treeef9b854089903f930283386564b6e06c638c5161
parentUpdate Olli targets with new namespaces (diff)
Ensure linting CI runs when we update dependency versions
-rw-r--r--.github/workflows/main.yaml2
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