Skip to content

Commit fa6e6bd

Browse files
authored
revert: do not run test on push (#2323)
1 parent 0cb24ea commit fa6e6bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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 * * *"
1016

1117
concurrency:
1218
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)