mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +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'
|
||||
|
||||
- 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 }}" }'
|
||||
|
Loading…
Reference in New Issue
Block a user