Skip to content

Commit d83a2ad

Browse files
committed
[gh-actions] Remove crontab
If there are no changes for a while it seems that crontab leads to the deactivation of github actions alltogether.
1 parent 289f90a commit d83a2ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: run-tests
22
on:
3-
# test cron by running it once a day at 01:00
4-
schedule:
5-
- cron: '0 1 * * *'
63
push:
74
branches:
85
- master

0 commit comments

Comments
 (0)