Skip to content

Commit

Permalink
init buildkit-5561 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Dec 5, 2024
1 parent 8796455 commit f5a8591
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 f5a8591

Please sign in to comment.