WASdev / azure.websphere-traditional.image

Apache License 2.0
1 stars 7 forks source link

Ensure workflow delete resources #105

Closed backwind1233 closed 7 months ago

backwind1233 commented 7 months ago

Updates

  1. Rename testResourceGroup with pattern: ${prefix}-${{ github.repository_owner }}-${{ github.run_id }}-${{ github.run_number }}
  2. Refactor workflows to ensure at the end of the workflow, the azure resources will be deleted.
  3. Make imageVersionNumber optional, the sas_url will not be updated if it is empty.
  4. Delete all resources if the image verification fails.

    Test

backwind1233 commented 7 months ago

@majguo , please help to review this PR.