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 }}" }'