ci: do not run ci tests on pull_request

This commit is contained in:
scito 2023-01-14 09:42:44 +01:00
parent 2478edb7a1
commit ff9401687e

View file

@ -7,7 +7,7 @@ name: tests
on:
push:
pull_request:
# pull_request:
schedule:
# Run daily on default branch
- cron: '37 3 * * *'