mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-21 00:35:51 +00:00
test cron
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user