File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This file is a list of path filters for the PR workflow in .github/workflows/stackhpc-pull-request.yml.
2
- aio :
2
+ aio : &aio
3
3
- ' .automation'
4
4
- ' .automation.conf/config.sh'
5
5
- ' .automation.conf/tempest/load-lists/default'
20
20
- ' kayobe-env'
21
21
- ' requirements.txt'
22
22
- ' terraform/aio/**'
23
- check-tags :
23
+ check-tags : &check-tags
24
24
- ' .github/workflows/stackhpc-check-tags.yml'
25
25
- ' etc/kayobe/kolla-image-tags.yml'
26
26
- ' etc/kayobe/pulp.yml'
27
27
- ' tools/kolla-images.py'
28
+ build-kayobe-image :
29
+ - *aio
30
+ - *check-tags
Original file line number Diff line number Diff line change 20
20
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
21
21
outputs :
22
22
aio : ${{ steps.changes.outputs.aio }}
23
+ build-kayobe-image : ${{ steps.changes.outputs.build-kayobe-image }}
23
24
check-tags : ${{ steps.changes.outputs.check-tags }}
24
25
steps :
25
26
- name : GitHub Checkout
74
75
- check-changes
75
76
uses : ./.github/workflows/stackhpc-build-kayobe-image.yml
76
77
with :
77
- if : ${{ needs.check-changes.outputs.aio == 'true' }}
78
+ if : ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
78
79
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
79
80
80
81
check-tags :
You can’t perform that action at this time.
0 commit comments