Reduced the execution of tests and lint actions on pull requests (#143)

This change will change the pipline to limit duplicat execution of tests
and lint actions in pull requests to save computing time.
This commit is contained in:
2023-09-23 09:22:14 +02:00
committed by GitHub
parent 495cd90d85
commit 286636dfa4
4 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Python-Lint
on:
push:
pull_request:
types: [reopened, opened]
jobs:
Black: