Skip to content

Commit 214164d

Browse files
author
Tim Huff
committed
allowing manual dispatch of test
1 parent 44f1732 commit 214164d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
# - branch names ending with "-fulltest"
118118
test-comprehensive:
119119
if: >-
120+
github.event_name == 'workflow_dispatch' ||
120121
github.ref == 'refs/heads/main' ||
121122
startsWith(github.ref, 'refs/tags/v') ||
122123
endsWith(github.ref, '-fulltest')

0 commit comments

Comments
 (0)