mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-11910 - add a workflow_dispatch to execute manually adf tests from gha GUI (#8098)
* add workflow_dispatch on adf workflow * add workflow_dispatch on adf workflow
This commit is contained in:
parent
b9e0221ca2
commit
aa37cad995
23
.github/workflows/adf_alpha.yml
vendored
Normal file
23
.github/workflows/adf_alpha.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: "alpha-adf"
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
cluster_operation:
|
||||||
|
description: trigger adf test
|
||||||
|
type: choice
|
||||||
|
required: true
|
||||||
|
options:
|
||||||
|
- TRIGGER_ALPHA_ADF
|
||||||
|
default: TRIGGER_ALPHA_ADF
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
trigger_adf:
|
||||||
|
name: trigger adf test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
Loading…
x
Reference in New Issue
Block a user