Skip to content

Commit 1dd4972

Browse files
authored
Fix update-rest-api-json CI (#4592)
1 parent 040e99d commit 1dd4972

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/update-rest-api-json.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: ['main', '9.0', '8.19', '8.18', '8.17', '8.16', '7.17']
16+
branch: ['main', '9.0', '8.19', '8.18', '8.17']
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install deps
2929
run: |
3030
npm install --prefix .github/download-artifacts
31-
npm install --prefix compiler
32-
npm install --prefix typescript-generator
31+
make setup
3332
3433
- name: Download artifacts
3534
run: |
@@ -53,12 +52,3 @@ jobs:
5352
delete-branch: true
5453
reviewers: Anaethelion,ezimuel,flobernd,JoshMock,l-trotta,miguelgrinberg,picandocodigo,pquentin,swallez,technige
5554
branch: automated/rest-api-spec-update-${{ matrix.branch }}
56-
57-
- name: Open an issue if the action fails
58-
if: ${{ failure() }}
59-
uses: nashmaniac/create-issue-action@v1.2
60-
with:
61-
title: rest-api-spec update failed
62-
token: ${{ secrets.GITHUB_TOKEN }}
63-
labels: bug
64-
body: The rest-api-spec action is currently failing, see [here](https://github.com/elastic/elasticsearch-specification/actions/workflows/update-rest-api-json.yml).

0 commit comments

Comments
 (0)