Skip to content

Commit 24c38ad

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Run authnz workflow when workflow or code
changes around authnz (cherry picked from commit d91bfbd)
1 parent c771e0a commit 24c38ad

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)