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 4eb5bd1 commit 63716a2Copy full SHA for 63716a2
.github/workflows/test-authnz.yaml
@@ -20,7 +20,7 @@ on:
20
- 'deps/rabbitmq_auth_/**'
21
- 'deps/rabbitmq_mqtt/**'
22
- 'selenium/test/authnz-msg-protocols'
23
- - .github/workflows/test-authnz.yaml
+ - '.github/workflows/test-authnz.yaml'
24
concurrency:
25
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
26
cancel-in-progress: true
.github/workflows/test-management-ui.yaml
@@ -13,7 +13,7 @@ on:
13
- 'deps/rabbitmq_web_dispatch/src/**'
14
- 'scripts/**'
15
- 'selenium/**'
16
- - .github/workflows/test-management-ui.yaml
+ - '.github/workflows/test-management-ui.yaml'
17
18
19
0 commit comments