chore: remove unnecessary headers

This commit is contained in:
arashagp
2025-01-02 10:51:16 +03:30
parent 9fcacd8067
commit 9f6efe895e
4 changed files with 0 additions and 19 deletions

View File

@@ -3,16 +3,6 @@
name: CodeQL name: CodeQL
on: on:
workflow_dispatch:
schedule:
- cron: "0 7 * */2 *"
# │ │ │ │ │
# │ │ │ │ └─── day of the week (0 - 6 or SUN-SAT)
# │ │ │ └────── month (1 - 12 or JAN-DEC)
# │ │ └───────── day of the month (1 - 31)
# │ └─────────── hour (0 - 23)
# └───────────── minute (0 - 59)
workflow_call: workflow_call:
inputs: inputs:
node-version: node-version:

View File

@@ -3,9 +3,6 @@
name: Dependency Review name: Dependency Review
on: on:
workflow_dispatch:
pull_request:
workflow_call: workflow_call:
inputs: inputs:
node-version: node-version:

View File

@@ -3,11 +3,6 @@
name: Publish NPM name: Publish NPM
on: on:
workflow_dispatch:
release:
types:
- created
workflow_call: workflow_call:
inputs: inputs:
node-version: node-version:

View File

@@ -3,7 +3,6 @@
name: Build & Lint & Test & Release name: Build & Lint & Test & Release
on: on:
workflow_dispatch:
workflow_call: workflow_call:
inputs: inputs:
node-version: node-version: