]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Test reusable build workflow
authorSoeren Apel <redacted>
Mon, 12 Aug 2024 21:02:23 +0000 (23:02 +0200)
committerSoeren Apel <redacted>
Mon, 12 Aug 2024 21:02:23 +0000 (23:02 +0200)
.github/workflows/build.yml

index b6685498ff6a814817b9db223e6c3108f7fde21e..f2da2b313685d1e7ed57f69761cae96da7c66ddc 100644 (file)
@@ -1,8 +1,9 @@
-name: sigrok Artifacts Build
+name: Reusable sigrok Artifacts Builder Workflows
 
 on:
   push:
   workflow_dispatch:
+  workflow_call:
 
 defaults:
   run:
@@ -507,8 +508,8 @@ jobs:
           name: artifact-sigrok-cli-macos
           path: sigrok-build/ci/macos/sigrok-cli*.dmg
 
-  release:
-    name: Create release and add artifacts
+  continuous_release:
+    name: Create continuous release and add artifacts to it
 
     runs-on: ubuntu-latest