Skip to content

Commit a604990

Browse files
committed
Add test workflow for LTS release flow without npm publish
1 parent 09e37c9 commit a604990

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test - LTS Release Flow (No Deploy)
2+
3+
concurrency:
4+
group: test-lts-release-flow-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
push:
9+
branches:
10+
- test-fast-xml-parser-fix
11+
12+
jobs:
13+
e2e:
14+
secrets: inherit
15+
uses: ./.github/workflows/callable-release-verification.yml

0 commit comments

Comments
 (0)