Skip to content

Commit a80eec3

Browse files
committed
Temporary Fix.
1 parent babbe11 commit a80eec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
158158
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
159159

160-
- name: Remove all docker images
161-
if: always()
162-
run: make docker-clean-images
160+
# - name: Remove all docker images
161+
# if: always()
162+
# run: make docker-clean-images
163163

164164
build:
165165
name: Build library

0 commit comments

Comments
 (0)