Skip to content

Commit b3090a9

Browse files
committed
[CI] Always run full tests
1 parent d9fd97e commit b3090a9

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
branches:
6-
- '*'
7-
pull_request:
8-
branches:
9-
- development
10-
- master
11-
- release
3+
on: [push, pull_request]
124

135
jobs:
146
tests:
@@ -34,10 +26,5 @@ jobs:
3426
make install-test
3527
pip install torch${{ matrix.pytorch-version }} torchvision
3628
- name: Run test
37-
if: contains('refs/heads/master refs/heads/development refs/heads/release', github.ref)
3829
run: |
3930
make test
40-
- name: Run test-light
41-
if: contains('refs/heads/master refs/heads/development refs/heads/release', github.ref) != 1
42-
run: |
43-
make test-light

0 commit comments

Comments
 (0)