Skip to content

Commit

Permalink
Run authnz workflow when workflow or code
Browse files Browse the repository at this point in the history
changes around authnz
  • Loading branch information
MarcialRosales committed Sep 6, 2023
1 parent e130b19 commit d91bfbd
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 d91bfbd

Please sign in to comment.