Skip to content

Commit

Permalink
Merge pull request #9316 from rabbitmq/run-authnz-workflow-on-prs
Browse files Browse the repository at this point in the history
Run authnz workflow when code changes on authnz modules
  • Loading branch information
michaelklishin authored Sep 6, 2023
2 parents e130b19 + d91bfbd commit 5e5c133
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-authnz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
- '*.bzl'
- '*.bazel'
- .github/workflows/test-authnz.yaml
pull_request:
paths:
- 'deps/rabbit/**'
- 'deps/rabbitmq_auth_/**'
- .github/workflows/test-authnz.yaml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 5e5c133

Please sign in to comment.