Skip to content

Commit fc84a32

Browse files
committed
CI: Only test default deployment.yaml in forks
For concrete instances of the admin guide we don't need to test all permutations, only the actual config.
1 parent c6980a7 commit fc84a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- disable-ceph
1414
- enable-ironic
1515
- enable-ironic-no-cleaning-or-physnet
16+
if: github.repository == 'stackhpc/openstack-admin-guide' || matrix.deployment_yaml == '__default__'
1617
steps:
1718
- uses: actions/checkout@v3
1819

0 commit comments

Comments
 (0)