@@ -53,13 +53,13 @@ jobs:
5353 with :
5454 files : |
5555 *.env
56- *.repos
5756 .github/actions/combine-multi-arch-images/action.yaml
5857 .github/actions/docker-build-and-push*/action.yaml
5958 .github/workflows/docker-build-and-push.yaml
6059 ansible-galaxy-requirements.yaml
6160 ansible/**
6261 docker/**
62+ src/**
6363
6464 - name : Free disk space
6565 if : ${{ steps.changed-files.outputs.any_changed == 'true' ||
@@ -120,13 +120,13 @@ jobs:
120120 with :
121121 files : |
122122 *.env
123- *.repos
124123 .github/actions/combine-multi-arch-images/action.yaml
125124 .github/actions/docker-build-and-push*/action.yaml
126125 .github/workflows/docker-build-and-push.yaml
127126 ansible-galaxy-requirements.yaml
128127 ansible/**
129128 docker/**
129+ src/**
130130
131131 - name : Free disk space
132132 if : ${{ steps.changed-files.outputs.any_changed == 'true' ||
@@ -190,13 +190,13 @@ jobs:
190190 with :
191191 files : |
192192 *.env
193- *.repos
194193 .github/actions/combine-multi-arch-images/action.yaml
195194 .github/actions/docker-build-and-push*/action.yaml
196195 .github/workflows/docker-build-and-push.yaml
197196 ansible-galaxy-requirements.yaml
198197 ansible/**
199198 docker/**
199+ src/**
200200
201201 - name : Free disk space
202202 if : ${{ runner.environment == 'github-hosted' &&
@@ -301,13 +301,13 @@ jobs:
301301 with :
302302 files : |
303303 *.env
304- *.repos
305304 .github/actions/combine-multi-arch-images/action.yaml
306305 .github/actions/docker-build-and-push*/action.yaml
307306 .github/workflows/docker-build-and-push.yaml
308307 ansible-galaxy-requirements.yaml
309308 ansible/**
310309 docker/**
310+ src/**
311311
312312 - name : Free disk space
313313 if : ${{ steps.changed-files.outputs.any_changed == 'true' ||
0 commit comments