Skip to content

Commit 66c3a1e

Browse files
authored
Merge pull request chipsalliance#7342 from wsnyder/actions
Add github workflow_dispatch trigger
2 parents 7363a0e + 820f32e commit 66c3a1e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/lint-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: lint-review
22
on:
33
pull_request:
4+
workflow_dispatch:
45

56
jobs:
67
lint_review:

.github/workflows/sv-tests-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
pull_request:
8+
workflow_dispatch:
89
schedule:
910
- cron: '0 1 * * *' # run daily at 01:00 am (UTC)
1011

.github/workflows/sv-tests-code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "Code Quality Checks"
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
Test:

0 commit comments

Comments
 (0)