Skip to content

Commit

Permalink
Periodically run CI to keep status up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed Jun 3, 2024
1 parent 2b38950 commit 26d48a4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/scan-code.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
schedule:
cron: "0 ? * * 1"

name: scan-code
jobs:
scan-hlint:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-macos-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
schedule:
cron: "0 ? * * 1"

name: test-macos-latest
jobs:
test-package:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-ubuntu-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
schedule:
cron: "0 ? * * 1"

name: test-ubuntu-latest
jobs:
test-package:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-windows-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
schedule:
cron: "0 ? * * 1"

name: test-windows-latest
jobs:
test-package:
Expand Down

0 comments on commit 26d48a4

Please sign in to comment.