Skip to content

Commit e8cdf16

Browse files
committed
TEST run
1 parent 341e293 commit e8cdf16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-testnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ concurrency:
55
group: ${{github.workflow}}-${{github.ref}}
66
cancel-in-progress: true
77
on:
8+
push:
9+
branches:
10+
- "ci-update/e2e-paseo"
811
workflow_dispatch:
912
inputs:
1013
release-version:
1114
description: "Test Release version (v#.#.#[-rc#])"
1215
required: true
1316

1417
env:
15-
TAG_FROM_UI: ${{github.event.inputs.release-version}}
18+
TAG_FROM_UI: "v1.11.1"
1619

1720
jobs:
1821
run-e2e:

0 commit comments

Comments
 (0)