Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-1545 Fix workflow for forked PRs #774

Merged
merged 13 commits into from
Sep 21, 2022
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Docker Compose tests
if: ! github.event.pull_request.head.repo.fork || matrix.compose_file == 'community-docker-compose.yml'
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@master
with:
compose_file_path: docker-compose/${{ matrix.compose_file }}
Expand Down