updated workflows (#8706)

patch-1
Sandeep Singh 2023-11-27 14:28:31 +05:30 committed by GitHub
parent cae11e2f46
commit b7aae2e7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 17 deletions

View File

@ -19,5 +19,4 @@ jobs:
uses: jakejarvis/cloudflare-purge-action@master
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
# PURGE_URLS: '["https://version-check.nuclei.sh/versions"]'
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

View File

@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'http/cves/**'
- '*/cves/**'
workflow_dispatch: # allows manual triggering of the workflow
jobs:

View File

@ -2,10 +2,8 @@ name: 📑 Template-DB Indexer
on:
push:
branches:
- main
paths:
- '**.yaml'
tags:
- '*'
workflow_dispatch:
jobs:

View File

@ -1,11 +1,6 @@
name: 🤖 TemplateMan
on:
push:
branches:
- main
paths:
- '**.yaml'
workflow_dispatch:
jobs:

View File

@ -1,11 +1,6 @@
name: ✨ WordPress Plugins - Update
on:
schedule:
- cron: "0 4 * * *" # every day at 4am UTC
push:
branches:
- main
workflow_dispatch:
jobs: