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:
|
||||
branches:
|
||||
- prod-env
|
||||
paths-ignore:
|
||||
- '**/.venv/**'
|
||||
- '**/__pycache__/**'
|
||||
|
||||
|
||||
concurrency:
|
||||
group: prod-monitoring-deploy
|
||||
|
||||
@ -4,9 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- test
|
||||
paths-ignore:
|
||||
- '**/.venv/**'
|
||||
- '**/__pycache__/**'
|
||||
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user