mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 19:57:23 +00:00
test cron
This commit is contained in:
@@ -6,7 +6,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||||
schedule:
|
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
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user