Skip to content

Commit dcaf289

Browse files
authored
Remove cron as it makes the workflow get disabled after 60days
1 parent 9852bd8 commit dcaf289

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Testing
22
on:
3-
pull_request:
3+
pull_request:
44
push:
5-
schedule:
6-
- cron: "30 6 1 * *"
75

86
jobs:
97
build:
@@ -16,6 +14,7 @@ jobs:
1614
- 8.2
1715
- 8.3
1816
- 8.4
17+
- 8.5
1918
dependency-levels:
2019
- 'highest'
2120
experimental:

0 commit comments

Comments
 (0)