chore: remove unnecessary headers
This commit is contained in:
10
.github/workflows/codeql.yaml
vendored
10
.github/workflows/codeql.yaml
vendored
@@ -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:
|
||||||
|
|||||||
3
.github/workflows/dependency-review.yaml
vendored
3
.github/workflows/dependency-review.yaml
vendored
@@ -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:
|
||||||
|
|||||||
5
.github/workflows/publish-npm.yml
vendored
5
.github/workflows/publish-npm.yml
vendored
@@ -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:
|
||||||
|
|||||||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user