Skip to content

Commit d55e8f9

Browse files
Fix workflow trigger paths in test automation configuration
1 parent 9851ca7 commit d55e8f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-automation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ on:
55
branches:
66
- main
77
- dev
8-
- migrate-test-automation
9-
# paths:
10-
# - 'tests/e2e-test/**'
8+
paths:
9+
- 'tests/e2e-test/**'
1110
schedule:
1211
- cron: '0 13 * * *' # Runs at 1 PM UTC
1312
workflow_dispatch:

0 commit comments

Comments
 (0)