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