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.
2 parents a8e1ee4 + 94c8c33 commit d4a0bb4Copy full SHA for d4a0bb4
.github/workflows/test-management-ui-for-pr.yaml
@@ -1,10 +1,13 @@
1
name: Test Management UI with Selenium for PRs
2
on:
3
- pull_request:
4
- paths:
5
- - 'deps/**'
6
- - 'selenium/**'
7
- - .github/workflows/test-management-ui-for-pr.yaml
+ pull_request:
+ paths:
+ - deps/rabbitmq_management/src/**
+ - deps/rabbitmq_management/priv/**
+ - deps/rabbitmq_web_dispatch/src/**
8
+ - selenium/**
9
+ - scripts/**
10
+ - .github/workflows/test-management-ui-for-pr.yaml
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13
cancel-in-progress: true
0 commit comments