mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 11:53:55 +02:00
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:
1
.github/workflows/lint-actions.yaml
vendored
1
.github/workflows/lint-actions.yaml
vendored
@ -3,6 +3,7 @@ name: Python-Lint
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [reopened, opened]
|
||||
|
||||
jobs:
|
||||
Black:
|
||||
|
Reference in New Issue
Block a user