mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-12 04:31:04 +00:00
testing
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
name: update etc files
|
||||||
|
|
||||||
name: CI
|
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '50 * * * *' # every hour at :50 past
|
- cron: '*/5 * * * *' # every 5 mins
|
||||||
|
|
||||||
# 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