DataDog / datadog-aas-extension

Datadog Azure App Services Site Extension
Apache License 2.0
9 stars 12 forks source link

[CI] Differentiate create-github-release Jobs for Node and Java #255

Closed duncanpharvey closed 6 months ago

duncanpharvey commented 6 months ago

What does this PR do?

Rename create-github-release jobs for node and java to create-github-release-node and create-github-release-java.

Motivation

Error caused by multiple jobs with the same name.

Screenshot 2024-05-02 at 11 25 32 AM

Additional Notes

Describe how to test/QA your changes

Create test branch and update $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" condition to $CI_COMMIT_BRANCH == "<test-branch-name>". Verify that pipeline runs without errors