Merge pull request #14017 from rabbitmq/ci/tweak-selenium-triggers

Adjust triggers for Selenium workflow
This commit is contained in:
Michael Klishin 2025-06-03 16:38:26 +04:00 committed by GitHub
commit 8e78c102c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 5 deletions

View File

@ -2,8 +2,11 @@ name: Test Management UI with Selenium for PRs
on: on:
pull_request: pull_request:
paths: paths:
- 'deps/**' - deps/rabbitmq_management/src/**
- 'selenium/**' - deps/rabbitmq_management/priv/**
- deps/rabbitmq_web_dispatch/src/**
- selenium/**
- scripts/**
- .github/workflows/test-management-ui-for-pr.yaml - .github/workflows/test-management-ui-for-pr.yaml
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}