Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/embeds/client-exam…
Browse files Browse the repository at this point in the history
…ples/node/typescript-5.3.3
  • Loading branch information
digikata authored Jan 9, 2024
2 parents 97f6e31 + c2fba8d commit ed8f691
Show file tree
Hide file tree
Showing 102 changed files with 2,285 additions and 5,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Build and test clients
if: ${{ needs.test-skip-check.outputs.no-skip }}
uses: nick-fields/retry@v2.8.3
uses: nick-fields/retry@v2.9.0
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ concurrency:
on:
merge_group:
pull_request:
branches: [master]
branches:
- master
- stable
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
((ITER = ITER + 1))
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: changed-screenshots
path: /tmp/changed-screenshots
Loading

0 comments on commit ed8f691

Please sign in to comment.