Skip to content

Commit 5e539d4

Browse files
Merge pull request #9317 from rabbitmq/mergify/bp/v3.12.x/pr-9316
Run authnz workflow when code changes on authnz modules (backport #9316)
2 parents c771e0a + 24c38ad commit 5e539d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
- '*.bzl'
1717
- '*.bazel'
1818
- .github/workflows/test-authnz.yaml
19+
pull_request:
20+
paths:
21+
- 'deps/rabbit/**'
22+
- 'deps/rabbitmq_auth_/**'
23+
- .github/workflows/test-authnz.yaml
1924
concurrency:
2025
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2126
cancel-in-progress: true

0 commit comments

Comments
 (0)