Skip to content

Commit

Permalink
revert: "chore: add acceptance tests and migration tests to report in…
Browse files Browse the repository at this point in the history
… merge queue" (#1591)
  • Loading branch information
andreaangiolillo authored Nov 6, 2023
1 parent efc3dfe commit 936e092
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'LICENSE'
pull_request: {}
workflow_dispatch: {}
merge_group:

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/migration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
type: string
pull_request:
types: [ labeled ]
merge_group: # needed for merge queue

jobs:
change-detection:
Expand All @@ -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'
Expand Down

0 comments on commit 936e092

Please sign in to comment.