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 3c1224a commit c58a0f4Copy full SHA for c58a0f4
.github/workflows/test-management-ui-for-pr.yaml
@@ -2,8 +2,8 @@ name: Test Management UI with Selenium for PRs
2
on:
3
pull_request:
4
paths:
5
- - 'deps/**'
6
- - 'selenium/**'
+ - deps/**
+ - selenium/**
7
- .github/workflows/test-management-ui-for-pr.yaml
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments