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

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