add experimental test release gha (#12229)

pull/12231/head
Bagatur 8 months ago committed by GitHub
parent 583dc49477
commit 2008a6438c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
---
name: Experimental Test Release
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:
uses:
./.github/workflows/_test_release.yml
with:
working-directory: libs/experimental
secrets: inherit
Loading…
Cancel
Save