Skip to content

Commit

Permalink
.github: fix environement test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Aug 23, 2023
1 parent e9bcf3b commit f7ddb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7ddb69

Please sign in to comment.