ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
33 stars 21 forks source link

refactor: Add 'workflow_dispatch' option in workflows #534

Closed adeatcu-ionos closed 4 months ago

adeatcu-ionos commented 4 months ago

What does this fix or implement?

There are cases in which we want to run a specific pipeline after we merge a fix in master and we don't want to wait until next scheduled run, this is why I added the possibility to run the pipeline manually.

In this PR, I also removed the schedule option for server but this is only a temporary change.

Checklist

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

adeatcu-ionos commented 4 months ago

I will close this PR since we can manually run whatever we want using Test suite but I completely forgot about it.