fix: track deployment workflow runs#932
Conversation
74579e1 to
0a0d95b
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
0a0d95b to
5f4aec6
Compare
48c00fa to
e9a48eb
Compare
5319b6a to
534bbb1
Compare
e57992f to
9df3129
Compare
…flow-runs' into fix/github-track-deployment-workflow-runs
meryemefe
left a comment
There was a problem hiding this comment.
I tested locally, LGTM
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b4b341da96
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-authored-by: Meryem Efe <meryemefe.cs@gmail.com>
Motivation
Helios deployments were not reliably linked to the GitHub workflow run that actually executed the deployment. That made it harder to keep deployment status in sync, to resolve cancellations and job-status lookups against the correct repository, and to match GitHub deployment events back to the active Helios deployment when branch names differed from the workflow branch.
Description
Testing Instructions
Prerequisites:
Flow:
Checklist
General
Server