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:
parent
b63f1b7889
commit
106cdae0e9
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -100,10 +100,10 @@ jobs:
|
|||||||
go:
|
go:
|
||||||
- '**/*.go'
|
- '**/*.go'
|
||||||
|
|
||||||
- name: Invoke acceptance tests workflow
|
# - name: Invoke acceptance tests workflow
|
||||||
if: ${{ steps.filter.outputs.go == 'true' }}
|
# if: ${{ steps.filter.outputs.go == 'true' }}
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
# uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
# with:
|
||||||
workflow: testacc.yml
|
# workflow: testacc.yml
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
# ref: ${{ github.event.pull_request.head.ref }}
|
||||||
inputs: '{"ref": "${{ github.head_ref }}" }'
|
# inputs: '{"ref": "${{ github.head_ref }}" }'
|
||||||
|
Loading…
Reference in New Issue
Block a user