ci(workflow): remove redundant paths-ignore filter, gitignore already excludes those paths
All checks were successful
Deploy Environment Monitoring to Production Environment / deploy (push) Successful in 36s
All checks were successful
Deploy Environment Monitoring to Production Environment / deploy (push) Successful in 36s
This commit is contained in:
parent
656968823b
commit
344ab4ac13
@ -4,9 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- prod-env
|
- prod-env
|
||||||
paths-ignore:
|
|
||||||
- '**/.venv/**'
|
|
||||||
- '**/__pycache__/**'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: prod-monitoring-deploy
|
group: prod-monitoring-deploy
|
||||||
|
|||||||
@ -4,9 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- test
|
- test
|
||||||
paths-ignore:
|
|
||||||
- '**/.venv/**'
|
|
||||||
- '**/__pycache__/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user