AAE-11910 - add a workflow_dispatch to execute manually adf tests from gha GUI ()

* add workflow_dispatch on adf workflow

* add workflow_dispatch on adf workflow
This commit is contained in:
Maurizio Cacace 2023-01-04 15:51:31 +01:00 committed by GitHub
parent b9e0221ca2
commit aa37cad995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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