File tree Expand file tree Collapse file tree 3 files changed +39
-39
lines changed Expand file tree Collapse file tree 3 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Deploy e2e test page'
2
2
on :
3
3
schedule :
4
- - cron : ' 0 3 * * 3' # Run every Wednesday at 3am UTC
4
+ - cron : ' 0 6 * * 3' # Run every Wednesday at 6am UTC
5
5
workflow_dispatch :
6
6
inputs :
7
7
use-branch :
22
22
id : get-run-id
23
23
run : |
24
24
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)
26
26
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)
28
28
fi
29
29
echo "runId=$E2E_RUN_ID" >> $GITHUB_OUTPUT
30
30
- name : Download latest e2e results
Original file line number Diff line number Diff line change 50
50
"devDependencies" : {
51
51
"@fastly/http-compute-js" : " 1.1.4" ,
52
52
"@netlify/blobs" : " ^7.3.0" ,
53
- "@netlify/build" : " ^29.50.1 " ,
53
+ "@netlify/build" : " ^29.50.2 " ,
54
54
"@netlify/edge-bundler" : " ^12.1.1" ,
55
55
"@netlify/edge-functions" : " ^2.8.1" ,
56
56
"@netlify/eslint-config-node" : " ^7.0.1" ,
57
57
"@netlify/functions" : " ^2.8.0" ,
58
58
"@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 " ,
60
60
"@opentelemetry/api" : " ^1.8.0" ,
61
61
"@opentelemetry/exporter-trace-otlp-http" : " ^0.51.0" ,
62
62
"@opentelemetry/resources" : " ^1.24.0" ,
You can’t perform that action at this time.
0 commit comments