Skip to content

Commit fcb8f37

Browse files
chore: update gh action for verification
1 parent 9302487 commit fcb8f37

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/verify-examples-and-tests.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,7 @@ on:
77
branches:
88
- 'main'
99
jobs:
10-
detect-changes:
11-
runs-on: ubuntu-latest
12-
permissions:
13-
pull-requests: read
14-
outputs:
15-
examples: ${{ steps.filter.outputs.examples }}
16-
integration-tests: ${{ steps.filter.outputs.integration-tests }}
17-
steps:
18-
- uses: dorny/paths-filter@v3
19-
id: filter
20-
with:
21-
filters: |
22-
examples:
23-
- 'examples/**'
24-
integration-tests:
25-
- 'integration-tests/**'
26-
2710
verify-examples:
28-
needs: detect-changes
29-
if: ${{ needs.detect-changes.outputs.examples == 'true' }}
3011
runs-on: ubuntu-latest
3112
steps:
3213
- uses: actions/checkout@v4
@@ -43,8 +24,6 @@ jobs:
4324
-Dcom.expediagroup.xapjavasdk.vrbosecret="${{ secrets.VRBO_SECRET }}" \
4425
4526
verify-integration-tests:
46-
needs: detect-changes
47-
if: ${{ needs.detect-changes.outputs.integration-tests == 'true' }}
4827
runs-on: ubuntu-latest
4928
steps:
5029
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)