Skip to content

Commit

Permalink
Merge pull request #1274 from crazy-max/init-buildkit-5561
Browse files Browse the repository at this point in the history
init buildkit-5561 workflow
  • Loading branch information
crazy-max authored Dec 5, 2024
2 parents 8796455 + f5a8591 commit 11be14d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/buildkit-5561.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 11be14d

Please sign in to comment.