Skip to content

Commit ac8a7b0

Browse files
authored
Merge pull request #616 from NHSDigital/master
Merge master to edge
2 parents 7b0a7ee + 9a6b263 commit ac8a7b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure/common/apigee-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ jobs:
163163
inputs:
164164
versionSpec: "$(PY_VER)"
165165

166+
- ${{ each cache_step in parameters.cache_steps }}:
167+
- ${{ if not(startsWith(cache_step.task, 's3-cache-action@')) }}:
168+
- ${{ cache_step }}
169+
166170
- bash: |
167171
n=0
168172
until [ "$n" -ge 3 ]

0 commit comments

Comments
 (0)