Add SDK commit hash to workflow run titles for index benchmarks #351
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a dynamic
run-nameto the build images workflows for index benchmarks, so that the SDK commit hash is displayed in the workflow run title when provided.Changes
Added
run-nameproperty to the following workflow files:build-swebench-images.ymlbuild-swebenchmultimodal-images.ymlbuild-swtbench-images.ymlbuild-commit0-images.ymlbuild-gaia-image.ymlWhen triggered via
workflow_dispatchwith ansdk-commitinput, the workflow run title will now include the SDK commit hash. For example:Build SWE-Bench Images (SDK: abc1234)Build GAIA Images (SDK: main)This makes it easier to identify which SDK version was used for each build at a glance, as mentioned in the issue.
Related Issue
Fixes #350
@juanmichelini can click here to continue refining the PR