agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

Feature/56 Skip Azure resources deployment if Azure secrets are not set up #182

Closed Izzzu closed 2 years ago

Izzzu commented 2 years ago

Linked to #56

This PR introduces a step that checks if the repository has Azure secrets set up. If yes -> proceeds with the CD workflow, if not -> the checks are disabled.

The reason to introduce such step is to not fail the workflow in the PRs from forks to the upstream MVD repository. Please note that it's a temporary solution. A solution that allows to run all tests (eg. on local resources) in PR from forks will be introduced at later stage.