mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
workflows: add AntiVirus monitor
This commit is contained in:
parent
1933443e8d
commit
2a6beb2739
15
.github/workflows/avm.yml
vendored
Normal file
15
.github/workflows/avm.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: avm
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 2,8,14,20 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
scan:
|
||||||
|
runs-on: [windows-latest]
|
||||||
|
steps:
|
||||||
|
- uses: billziss-gh/avm@v1
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
https://github.com/billziss-gh/winfsp/releases/download/v1.6/winfsp-1.6.20027.msi
|
||||||
|
https://github.com/billziss-gh/winfsp/releases/download/v1.7B1/winfsp-1.7.20038.msi
|
Loading…
x
Reference in New Issue
Block a user