mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: only run test-retest-action
if the PR modifies the action
There is no need to run the `test-retest-action` GitHub Workflow if there are no changes under the `actions/retest` directory. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
3325e5045e
commit
c84b4a15ba
3
.github/workflows/test-retest-action.yaml
vendored
3
.github/workflows/test-retest-action.yaml
vendored
@ -4,6 +4,9 @@ name: test-retest-action
|
||||
on:
|
||||
pull_request:
|
||||
branches: [devel]
|
||||
paths:
|
||||
- 'actions/retest/**'
|
||||
- '.github/workflows/test-retest-action.yaml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user