mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
misc: do not auto-dispatch acceptance tests
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
ead36dcafb
commit
8515be686c
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -81,21 +81,3 @@ jobs:
|
|||||||
- name: Check for uncommitted changes in generated docs
|
- name: Check for uncommitted changes in generated docs
|
||||||
run: make docs && git diff --exit-code
|
run: make docs && git diff --exit-code
|
||||||
|
|
||||||
testacc:
|
|
||||||
if: ${{ !contains(github.head_ref, 'renovate/') && !contains(github.head_ref, 'release-please') && !contains(github.head_ref, 'dependabot') && github.repository == 'bpg/terraform-provider-proxmox' }}
|
|
||||||
name: Dispatch Acceptance Tests
|
|
||||||
needs: build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: Filter paths
|
|
||||||
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
||||||
id: filter
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
go:
|
|
||||||
- '**/*.go'
|
|
||||||
|
3
.github/workflows/testacc.yml
vendored
3
.github/workflows/testacc.yml
vendored
@ -7,9 +7,6 @@ on:
|
|||||||
description: 'Branch or tag to run tests against'
|
description: 'Branch or tag to run tests against'
|
||||||
required: true
|
required: true
|
||||||
default: 'main'
|
default: 'main'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
acceptance:
|
acceptance:
|
||||||
|
Loading…
Reference in New Issue
Block a user