Skip to content

Commit 3022373

Browse files
committed
fixx fast build workflow: re-enable store_data, version_log relies on a side effect
1 parent 0621ecd commit 3022373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/workflows/release_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
enable_cidb=True,
5656
enable_commit_status_on_failure=True,
5757
pre_hooks=[
58-
# "python3 ./ci/jobs/scripts/workflow_hooks/store_data.py",
58+
"python3 ./ci/jobs/scripts/workflow_hooks/store_data.py",
5959
"python3 ./ci/jobs/scripts/workflow_hooks/version_log.py",
6060
],
6161
workflow_filter_hooks=[should_skip_job],

0 commit comments

Comments
 (0)