Skip to content

Commit d017f16

Browse files
Copilotdevstress
andcommitted
Fix LocalTesting Integration Tests workflow - add path filters to prevent unnecessary triggers
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
1 parent b296dd8 commit d017f16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/localtesting-integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: LocalTesting Integration Tests
22

33
on:
44
push:
5+
paths:
6+
- 'LocalTesting/**'
7+
- '.github/workflows/localtesting-integration-tests.yml'
58
workflow_dispatch:
69

710
env:

0 commit comments

Comments
 (0)