orchestrator

This commit is contained in:
mkorwel
2025-10-21 20:07:37 -07:00
parent ff3398f297
commit 4955b470db
4 changed files with 20 additions and 15 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
name: 'Testing: CI'
on:
workflow_call:
inputs:
tag:
description: 'The tag of the published package'
required: true
type: string
type: 'string'
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'