Skip to content

Commit 576bb33

Browse files
authored
ci: relax criteria for measurements-master artifact lookup (#2491)
* ci: relax criteria for measurements-master artifact lookup Artifact may still be available and valid in a failed workflow, which may have failed for some other reason completely. * docs(changelog): add fix along with pr link
1 parent 5620a09 commit 576bb33

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,9 @@ jobs:
918918
workflow: ci.yml
919919
branch: master
920920
name: measurements-master
921+
# Use any workflow that contains the artifact, regardless of the workflow conclusion
922+
workflow_conclusion: ""
923+
search_artifacts: true
921924

922925
- name: Collect Contract Sizes
923926
run: |

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ You can find binary releases of the node [here](https://github.com/use-ink/ink-n
230230
- Get rid of "extrinsic for call failed: Pallet error: Revive::AccountAlreadyMapped" - [2483](https://github.com/use-ink/ink/pull/2483)
231231
- CI disk usage via standardised toolchains: `stable` 1.86, `nightly` 2025-02-20 - [#2484](https://github.com/use-ink/ink/pull/2484)
232232
- CI contract size submission - [#2490](https://github.com/use-ink/ink/pull/2490)
233+
- CI relax criteria for `measurements-master` artifact lookup - [#2491](https://github.com/use-ink/ink/pull/2491)
233234

234235
## Version 5.1.0
235236

0 commit comments

Comments
 (0)