Skip to content

Commit 7e5bb98

Browse files
committed
build: add workflow_dispatch to CodeQL and spectral-checks workflows
1 parent e8e97f5 commit 7e5bb98

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/fast-forward-pr-merge-privileged.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ jobs:
300300
run: |
301301
echo "Triggering 'Standard CI' workflows"
302302
gh workflow run codeql.yml --ref main
303-
gh workflow run lint-commit-msg.yml --ref main
304303
305304
# Post a failure message when any of the previous steps fail.
306305
- name: Add failure comment to PR

.github/workflows/spectral-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Spectral Checks
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
paths:

0 commit comments

Comments
 (0)