From 8515be686c3ecd6650b6e890b2763b4a0fbeaf32 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:38:18 -0400 Subject: [PATCH] misc: do not auto-dispatch acceptance tests Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/workflows/test.yml | 18 ------------------ .github/workflows/testacc.yml | 3 --- 2 files changed, 21 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d38ffab5..aac42465 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,21 +81,3 @@ jobs: - name: Check for uncommitted changes in generated docs 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' diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index 9d32cb97..0f5dc76d 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -7,9 +7,6 @@ on: description: 'Branch or tag to run tests against' required: true default: 'main' - push: - branches: - - main jobs: acceptance: