Skip to content

Commit 745c8af

Browse files
committed
chore(workflows): add workflow_dispatch trigger to all workflows
- add workflow_dispatch to accessibility-scan, apm-security, ci-full-test - add workflow_dispatch to code-quality, finops-cost-gate, security-scan - enables manual triggering of all workflows from GitHub Actions UI ⚙️ - Generated by Copilot
1 parent 53acd8e commit 745c8af

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/accessibility-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Accessibility Scan
33

44
on:
5+
workflow_dispatch:
56
pull_request:
67
branches: [main]
78
schedule:

.github/workflows/apm-security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: APM Security Scan
33

44
on:
5+
workflow_dispatch:
56
pull_request:
67
paths:
78
- 'apm.yml'

.github/workflows/ci-full-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: CI Full Test
33

44
on:
5+
workflow_dispatch:
56
push:
67
branches: [main]
78
pull_request:

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Code Quality
33

44
on:
5+
workflow_dispatch:
56
pull_request:
67
branches: [main]
78

.github/workflows/finops-cost-gate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: FinOps Cost Gate
33

44
on:
5+
workflow_dispatch:
56
pull_request:
67
paths:
78
- '**/*.tf'

.github/workflows/security-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Security Scan
33

44
on:
5+
workflow_dispatch:
56
push:
67
branches: [main]
78
pull_request:

0 commit comments

Comments
 (0)