Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 0f479d4

Browse files
committed
revert box tests
1 parent 9ead6ab commit 0f479d4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/black_box_tests.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
name: 'Black Box Tests'
22
on:
3-
# push:
4-
# branches:
5-
# - release/**
6-
# tags:
7-
# - v4.*
83
push:
94
branches:
10-
- '4.x'
5+
- release/**
116
tags:
12-
- v4*
13-
pull_request:
14-
branches:
15-
- '4.x'
16-
types: [opened, reopened, synchronize]
7+
- v4.*
178

189
jobs:
1910
build:

0 commit comments

Comments
 (0)