Skip to content

Commit

Permalink
Run CI checks daily and on pull requests (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpatterson authored Aug 15, 2023
1 parent 8cdf936 commit 1476d3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/kernel-lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: DAHDI Kernel CI for LTS kernels

on:
schedule:
- cron: 00 02 * * 1
- cron: 00 02 * * *
pull_request:

jobs:
kernel_test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/kernel-mainline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: DAHDI Kernel CI for mainline kernel

on:
schedule:
- cron: 00 02 * * 1
- cron: 00 02 * * *
pull_request:

jobs:
kernel_test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/kernel-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: DAHDI Kernel CI for linux-next

on:
schedule:
- cron: 00 02 * * 1
- cron: 00 02 * * *
pull_request:

jobs:
kernel_test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/kernel-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: DAHDI Kernel CI for Stable kernel

on:
schedule:
- cron: 00 02 * * 1
- cron: 00 02 * * *
pull_request:

jobs:
kernel_test:
Expand Down

0 comments on commit 1476d3a

Please sign in to comment.