Skip to content

Commit b772d74

Browse files
Re-enable paths for e2e-test in test automation workflow
1 parent 6c73b0d commit b772d74

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.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)