Skip to content

Commit 63716a2

Browse files
Wrap between single quotes
1 parent 4eb5bd1 commit 63716a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- 'deps/rabbitmq_auth_/**'
2121
- 'deps/rabbitmq_mqtt/**'
2222
- 'selenium/test/authnz-msg-protocols'
23-
- .github/workflows/test-authnz.yaml
23+
- '.github/workflows/test-authnz.yaml'
2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2626
cancel-in-progress: true

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'deps/rabbitmq_web_dispatch/src/**'
1414
- 'scripts/**'
1515
- 'selenium/**'
16-
- .github/workflows/test-management-ui.yaml
16+
- '.github/workflows/test-management-ui.yaml'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)