mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-01 13:13:01 +01:00
testing
This commit is contained in:
parent
1c7e00f048
commit
cb7e628b73
1 changed files with 2 additions and 5 deletions
|
|
@ -1,12 +1,9 @@
|
|||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
name: update etc files
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||
schedule:
|
||||
- cron: '50 * * * *' # every hour at :50 past
|
||||
- cron: '*/5 * * * *' # every 5 mins
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue