.github: fix environement test workflow

This commit is contained in:
Pierre Kancir 2023-08-18 15:45:44 +02:00 committed by Peter Barker
parent e9bcf3b8df
commit f7ddb69367
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ on:
push:
paths:
- '.github/workflows/test_environment.yml'
- 'Tools/scripts/environment_install/**'
- 'Tools/environment_install/**'
pull_request:
paths:
- '.github/workflows/test_environment.yml'
- 'Tools/scripts/environment_install/**'
- 'Tools/environment_install/**'
concurrency: