Skip to content

Commit 2718c97

Browse files
fix: restore paths configuration for e2e tests in test automation workflow
1 parent 3470eb5 commit 2718c97

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)