Skip to content

Commit 1ffad30

Browse files
authored
ci: only run integration tests against currently-supported (#347)
1 parent cd4b7a3 commit 1ffad30

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/_internal-integration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: ./supported-version
3232
with:
33-
kind: all
33+
kind: currently-supported
3434
id: supported-version
35-
- run: echo ${{ steps.supported-version.outputs.matrix }}
3635
integration-workflow:
3736
needs: compute_matrix
3837
uses: ./.github/workflows/integration.yaml

0 commit comments

Comments
 (0)