Skip to content

Commit

Permalink
Merge pull request #607 from Altinity/customizations/24.8.11
Browse files Browse the repository at this point in the history
24.8.11 Altinity Stable Pre-release (2)
  • Loading branch information
Enmk authored Jan 29, 2025
2 parents 70a7c76 + 07c1db1 commit a312c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- 'releases/24.8**'
tags:
- '*'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions tests/ci/build_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def main():
official_flag = True

if pr_info.event_type == EventType.PUSH \
and pr_info.ref.startswith('/ref/tags/'):
tag_name = pr_info.ref.removeprefix('/ref/tags/')
and pr_info.ref.startswith('refs/tags/'):
tag_name = pr_info.ref.removeprefix('refs/tags/')
version_type = tag_name.split('.')[-1]
version._flavour = version_type
logging.info("Using version from tag: %s => %s", tag_name, version)
Expand Down

0 comments on commit a312c2f

Please sign in to comment.