mirror of
https://github.com/danielmiessler/SecLists
synced 2026-01-02 06:04:21 +01:00
test cron
This commit is contained in:
parent
e9fafd27a0
commit
1c7e00f048
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ name: CI
|
|||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||
schedule:
|
||||
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
|
||||
- cron: '50 * * * *' # every hour at :50 past
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue