Skip to content

Commit 502ffbb

Browse files
authored
Merge pull request #1054 from Altinity/fast_release
Antalya 25.8 Fix fast release workflow
2 parents 044fdbd + 3e3e8be commit 502ffbb

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)