Skip to content

Commit f353da4

Browse files
committed
improve: cleanup gh actions
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 944f5b1 commit f353da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- 'adr/**'
9-
branches: [ main, next, v5.3 ]
9+
branches: [ main, next ]
1010
push:
1111
paths-ignore:
1212
- 'docs/**'
1313
- 'adr/**'
1414
branches:
1515
- main
1616
- next
17-
- v5.3
1817

1918
jobs:
2019
sample_operators_tests:

0 commit comments

Comments
 (0)