Skip to content

Commit 980c700

Browse files
author
marci
committed
fix!: update ci-cd.yml
1 parent f42c128 commit 980c700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
jobs:
1919
# Test-Job für verschiedene Python-Versionen
2020
test:
21+
needs: purge-caches
2122
runs-on: ubuntu-latest
2223
strategy:
2324
matrix:
@@ -233,6 +234,7 @@ jobs:
233234
# Security-Scan
234235
security:
235236
name: Security Scan
237+
needs: purge-caches
236238
runs-on: ubuntu-latest
237239

238240
steps:

0 commit comments

Comments
 (0)