We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb5588 commit 71faa17Copy full SHA for 71faa17
.github/workflows/test-selenium-for-pull-requests.yaml
@@ -1,10 +1,9 @@
1
name: Test Management UI changes on PRs
2
on:
3
- push:
+ pull_request:
4
paths:
5
- 'deps/rabbitmq_management/**'
6
- .github/workflows/test-selenium-for-pull-requests.yaml
7
- pull_request:
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
cancel-in-progress: true
0 commit comments