Skip to content

update CHANGELOG and bump version to 6.24.1 (#2490) #1717

update CHANGELOG and bump version to 6.24.1 (#2490)

update CHANGELOG and bump version to 6.24.1 (#2490) #1717

Workflow file for this run

name: packages
on:
workflow_call: ~
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ./.github/actions/packages