Skip to content

github-actions: use v1 for the oblt-actions (#2165) #1045

github-actions: use v1 for the oblt-actions (#2165)

github-actions: use v1 for the oblt-actions (#2165) #1045

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@v4
- uses: ./.github/actions/packages