add experimental test release gha (#12229)

This commit is contained in:
Bagatur 2023-10-24 16:49:16 -04:00 committed by GitHub
parent 583dc49477
commit 2008a6438c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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