Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODS-6577] 'Publish to Docker Hub' gets executed even if 'InitDev Package' fails #1198

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

axelmarquezh
Copy link
Contributor

No description provided.

@axelmarquezh axelmarquezh marked this pull request as ready for review January 2, 2025 19:40
@axelmarquezh axelmarquezh requested a review from a team as a code owner January 2, 2025 19:40
@@ -36,6 +36,7 @@ jobs:
with:
timeout: 1800000
delay: 10000
ignore-cancelled: true # Treat canceled as success
Copy link
Contributor Author

@axelmarquezh axelmarquezh Jan 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the previous workflow in the chain is Publish to Azure Artifacts , which can get canceled during the deduplication process.
Setting ignore-cancelled: true makes action-workflow-run-wait treat cancelations as success, otherwise it treats them as pending and times out waiting for them.

@semalaiappan semalaiappan merged commit 2ea30d9 into main Jan 3, 2025
25 checks passed
@semalaiappan semalaiappan deleted the ODS-6577-3 branch January 3, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants