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
|
||||
|
||||
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:
|
||||
inputs:
|
||||
node-version:
|
||||
|
||||
3
.github/workflows/dependency-review.yaml
vendored
3
.github/workflows/dependency-review.yaml
vendored
@@ -3,9 +3,6 @@
|
||||
name: Dependency Review
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
|
||||
5
.github/workflows/publish-npm.yml
vendored
5
.github/workflows/publish-npm.yml
vendored
@@ -3,11 +3,6 @@
|
||||
name: Publish NPM
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
|
||||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -3,7 +3,6 @@
|
||||
name: Build & Lint & Test & Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
|
||||
Reference in New Issue
Block a user