Skip to content

Commit

Permalink
prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Jul 22, 2022
1 parent 373c450 commit 2f9c1f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Elkeid_driver_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Elkeid_driver
on:
push:
branches:
- main_driver_compile
- main
schedule:
- cron : 0 3 1 * *
jobs:
Expand Down
2 changes: 1 addition & 1 deletion driver/LKM/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module_init(kprobes_init);
module_exit(kprobes_exit);

MODULE_INFO(homepage, "driver");
MODULE_VERSION("1.7.0.4");
MODULE_VERSION("1.7.0.5");

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Will Chen <[email protected]>;Ping Shen <[email protected]>");
Expand Down
2 changes: 1 addition & 1 deletion driver/gen_ci_from_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def gen_job(vmname):
"on": {
"push": {
"branches": [
"main_driver_compile",
"main",
]
},
"schedule": ["cron : '0 3 1 * *'"]
Expand Down

0 comments on commit 2f9c1f8

Please sign in to comment.