Skip to content

Commit aea39a2

Browse files
Fix GHA
1 parent f4e8b4b commit aea39a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Test Management UI with Selenium for PRs
22
on:
3-
paths:
4-
- 'deps/**'
5-
- 'selenium/**'
6-
- .github/workflows/test-management-ui-for-pr.yaml
3+
pull_request:
4+
paths:
5+
- 'deps/**'
6+
- 'selenium/**'
7+
- .github/workflows/test-management-ui-for-pr.yaml
78
concurrency:
89
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
910
cancel-in-progress: true

0 commit comments

Comments
 (0)