Skip to content

Commit

Permalink
test weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Nov 20, 2024
1 parent cb8c98b commit cb68878
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: MariaDB on Linux

on: [push,pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 1'

jobs:
run_tests:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: MariaDB on Windows

on: [push,pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 1'

jobs:
run_tests:
Expand Down

0 comments on commit cb68878

Please sign in to comment.