Skip to content

Commit 1f77b34

Browse files
committed
ci: do not run test on push
1 parent feacde2 commit 1f77b34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
branches:
88
- master
99
- 'v[0-9]+\.[0-9]+-dev'
10-
push:
11-
branches:
12-
- master
13-
- 'v[0-9]+\.[0-9]+-dev'
14-
schedule:
15-
- cron: "30 4 * * *"
1610

1711
concurrency:
1812
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)