diff --git a/.github/workflows/update-specs-and-client-libraries.yaml b/.github/workflows/update-specs-and-client-libraries.yaml index 88c2afd9..996688f5 100644 --- a/.github/workflows/update-specs-and-client-libraries.yaml +++ b/.github/workflows/update-specs-and-client-libraries.yaml @@ -113,6 +113,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts-${{ github.workflow }}-${{ github.run_id }}-${{ github.run_number }} + include-hidden-files: true path: | shell/sync-lib.sh generated/artifacts @@ -169,6 +170,7 @@ jobs: image: ${{ matrix.image }} needs: generate_specs_and_libraries strategy: + max-parallel: 1 matrix: include: - generator: java/okhttp-gson @@ -199,6 +201,7 @@ jobs: environment: generation steps: - name: Install pre-requisites + if: ${{ matrix.update }} run: | if [ "$(command -v rsync)" = "" ]; then