diff --git a/.github/workflows/adf_alpha.yml b/.github/workflows/adf_alpha.yml new file mode 100644 index 0000000000..91310dde65 --- /dev/null +++ b/.github/workflows/adf_alpha.yml @@ -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