Skip to content
Merged
2 changes: 1 addition & 1 deletion ci/workflows/release_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
enable_cidb=True,
enable_commit_status_on_failure=True,
pre_hooks=[
# "python3 ./ci/jobs/scripts/workflow_hooks/store_data.py",
"python3 ./ci/jobs/scripts/workflow_hooks/store_data.py",
"python3 ./ci/jobs/scripts/workflow_hooks/version_log.py",
],
workflow_filter_hooks=[should_skip_job],
Expand Down
Loading