Skip to content

Commit 0e89ef9

Browse files
committed
Added cron execution for tests
1 parent bf6af96 commit 0e89ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
- master
1313
- main
1414
- develop
15+
schedule:
16+
- cron: "0 6 * * 3"
17+
18+
permissions:
19+
contents: read
1520

1621
jobs:
1722
laravel10-tests:

0 commit comments

Comments
 (0)