From 936e092f166daf82511adbe29552af004e7bf1fa Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Mon, 6 Nov 2023 10:13:03 +0000 Subject: [PATCH] revert: "chore: add acceptance tests and migration tests to report in merge queue" (#1591) --- .github/workflows/acceptance-tests.yml | 3 --- .github/workflows/code-health.yml | 1 - .github/workflows/migration-tests.yml | 3 --- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 07f79c1335..0dfc76054c 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -11,7 +11,6 @@ on: type: string pull_request: # you can run a specic job in your PR using GitHub labels types: [ labeled ] - merge_group: # needed for merge queue jobs: change-detection: @@ -40,8 +39,6 @@ jobs: - uses: dorny/paths-filter@v2 id: filter with: - base: ${{ github.event.merge_group.base_ref}} - ref: ${{ github.event.merge_group.head_ref }} filters: | assume_role: - 'mongodbatlas/**provider**.go' diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 9c84f443bb..f81b710897 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -10,7 +10,6 @@ on: - 'LICENSE' pull_request: {} workflow_dispatch: {} - merge_group: jobs: build: diff --git a/.github/workflows/migration-tests.yml b/.github/workflows/migration-tests.yml index 1d795d8b80..f8cfe61eae 100644 --- a/.github/workflows/migration-tests.yml +++ b/.github/workflows/migration-tests.yml @@ -9,7 +9,6 @@ on: type: string pull_request: types: [ labeled ] - merge_group: # needed for merge queue jobs: change-detection: @@ -28,8 +27,6 @@ jobs: - uses: dorny/paths-filter@v2 id: filter with: - base: ${{ github.event.merge_group.base_ref}} - ref: ${{ github.event.merge_group.head_ref }} filters: | project: - 'mongodbatlas/fw_data_source_mongodbatlas_project_ip_access_list*.go'