0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-03 03:52:58 +00:00

misc(ci): disable acceptance test dispatch

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-03-11 20:24:15 -04:00
parent b63f1b7889
commit 106cdae0e9
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

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