Do audit only on push to master

This commit is contained in:
Simeon Pursiainen
2025-01-23 18:51:46 +00:00
parent f5432a1ff9
commit 6f61c9dc32
+1 -1
View File
@@ -23,7 +23,7 @@ audit:
image: python:3.9
stage: audit
only:
- pushes
- master
needs: []
before_script:
- pip install poetry==1.3.1