Skip to content

Commit

Permalink
fix based on dorny/paths-filter#183
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Nov 3, 2023
1 parent b730e8f commit c20fbe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
base: ${{ github.event.pull_request.base.ref || github.event.merge_group.base_ref }}
ref: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}
filters: |
assume_role:
- 'mongodbatlas/**provider**.go'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/migration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
base: ${{ github.event.pull_request.base.ref || github.event.merge_group.base_ref }}
ref: ${{ github.event.pull_request.head.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 c20fbe3

Please sign in to comment.