From 106cdae0e968e6c22ca297e4e2468336abed7847 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:24:15 -0400 Subject: [PATCH] misc(ci): disable acceptance test dispatch Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d65e981..9aaf12e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,10 +100,10 @@ jobs: go: - '**/*.go' - - name: Invoke acceptance tests workflow - if: ${{ steps.filter.outputs.go == 'true' }} - uses: benc-uk/workflow-dispatch@v1 - with: - workflow: testacc.yml - ref: ${{ github.event.pull_request.head.ref }} - inputs: '{"ref": "${{ github.head_ref }}" }' +# - name: Invoke acceptance tests workflow +# if: ${{ steps.filter.outputs.go == 'true' }} +# uses: benc-uk/workflow-dispatch@v1 +# with: +# workflow: testacc.yml +# ref: ${{ github.event.pull_request.head.ref }} +# inputs: '{"ref": "${{ github.head_ref }}" }'