Merge pull request #1274 from crazy-max/init-buildkit-5561

init buildkit-5561 workflow
pull/1276/head
CrazyMax 10 months ago committed by GitHub
commit 11be14d908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,16 @@
name: buildkit-5561
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
Loading…
Cancel
Save