Skip to content

Commit c4e4dae

Browse files
Merge branch 'main' into renovate/netlify-plugin-nextjs-5.x
2 parents eee1544 + 49ea42e commit c4e4dae

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

.github/workflows/e2e-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Deploy e2e test page'
22
on:
33
schedule:
4-
- cron: '0 3 * * 3' # Run every Wednesday at 3am UTC
4+
- cron: '0 6 * * 3' # Run every Wednesday at 6am UTC
55
workflow_dispatch:
66
inputs:
77
use-branch:
@@ -22,9 +22,9 @@ jobs:
2222
id: get-run-id
2323
run: |
2424
if [ "${{ inputs.use-branch }}" == "true" ]; then
25-
E2E_RUN_ID=$(gh run list -w test-e2e.yml -e workflow_dispatch -b $GITHUB_REF_NAME --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
25+
E2E_RUN_ID=$(gh run list -w test-e2e.yml -e workflow_dispatch -s success -b $GITHUB_REF_NAME --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
2626
else
27-
E2E_RUN_ID=$(gh run list -w test-e2e.yml -e schedule --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
27+
E2E_RUN_ID=$(gh run list -w test-e2e.yml -e schedule -s success --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
2828
fi
2929
echo "runId=$E2E_RUN_ID" >> $GITHUB_OUTPUT
3030
- name: Download latest e2e results

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"devDependencies": {
5151
"@fastly/http-compute-js": "1.1.4",
5252
"@netlify/blobs": "^7.3.0",
53-
"@netlify/build": "^29.50.1",
53+
"@netlify/build": "^29.50.2",
5454
"@netlify/edge-bundler": "^12.1.1",
5555
"@netlify/edge-functions": "^2.8.1",
5656
"@netlify/eslint-config-node": "^7.0.1",
5757
"@netlify/functions": "^2.8.0",
5858
"@netlify/serverless-functions-api": "^1.18.5",
59-
"@netlify/zip-it-and-ship-it": "^9.37.2",
59+
"@netlify/zip-it-and-ship-it": "^9.37.3",
6060
"@opentelemetry/api": "^1.8.0",
6161
"@opentelemetry/exporter-trace-otlp-http": "^0.51.0",
6262
"@opentelemetry/resources": "^1.24.0",

0 commit comments

Comments
 (0)