Skip to content

Commit 7b0e667

Browse files
Consolidate the two pipeline files into one
1 parent 71faa17 commit 7b0e667

File tree

2 files changed

+4
-102
lines changed

2 files changed

+4
-102
lines changed

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

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/workflows/test-selenium.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
- '*.bzl'
1818
- '*.bazel'
1919
- .github/workflows/test-selenium.yaml
20+
pull_request:
21+
paths:
22+
- 'deps/rabbitmq_management/**'
23+
- .github/workflows/test-selenium-for-pull-requests.yaml
2024
concurrency:
2125
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2226
cancel-in-progress: true

0 commit comments

Comments
 (0)