-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-18302 DevOps :: Add Dry Run capabilities to liquibase packages (#250
) * 🔧 (package.yml): Add conditional checks to skip workflow steps if dry_run flag is set to true. This allows for creating a dry-run release without executing certain steps. * 📝 (package.yml): add dry_run parameter to workflow inputs to support triggering a dry-run release and set default value to false * 🔧 (package.yml): Add conditional check to upload dry-run deb and rpm packages only if dry_run is true 🔧 (package.yml): Update SDKMAN version only if dry_run is false to avoid updating version in dry-run mode 🔧 (package.yml): Upload liquibase version to S3 only if dry_run is true to simulate dry-run mode * 🐛 (package.yml): fix conditional statement syntax to correctly check for PR_EXISTS and dry_run values before updating Homebrew formula * 🔧 (package.yml): Update SDKMAN version for ${{ inputs.artifactId }} with a dry-run option to prevent actual changes when dry_run is true 🔧 (package.yml): Remove unnecessary if condition for upload_windows_package and upload_ansible_role jobs as they are always executed regardless of dry_run value
- Loading branch information
Showing
1 changed file
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters