Skip to content

Commit 148cd94

Browse files
authored
Merge pull request #338 from SCOREC/jacobmerson/ci-manual-dispatch
Enable manual running of workflows (workflow_dispatch)
2 parents 2d7d774 + e786314 commit 148cd94

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches:
1010
- main
1111
- develop
12+
# Manual trigger
13+
workflow_dispatch:
1214

1315
jobs:
1416
clang-tidy-check:

.github/workflows/cmake-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- main
1010
- develop
11+
# Manual trigger
12+
workflow_dispatch:
1113

1214
jobs:
1315
test-build:

.github/workflows/format-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ develop ]
66
pull_request:
77
branches: [ develop ]
8+
# Manual trigger
9+
workflow_dispatch:
810

911
jobs:
1012
clang-format-check:

.github/workflows/self-hosted.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
# Manual trigger
8+
workflow_dispatch:
79

810
jobs:
911
build_and_test:

0 commit comments

Comments
 (0)