Skip to content

Commit 71faa17

Browse files
Fix pipeline
1 parent 7fb5588 commit 71faa17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-selenium-for-pull-requests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Test Management UI changes on PRs
22
on:
3-
push:
3+
pull_request:
44
paths:
55
- 'deps/rabbitmq_management/**'
66
- .github/workflows/test-selenium-for-pull-requests.yaml
7-
pull_request:
87
concurrency:
98
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
109
cancel-in-progress: true

0 commit comments

Comments
 (0)