Skip to content

Commit 7e220fa

Browse files
authored
Merge pull request #24 from stfc/chemsh-patch-1
Update gnu.yml
2 parents 859eaf3 + 9abedac commit 7e220fa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/gnu.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ on:
77
branches: [ "main" ]
88
pull_request:
99
branches: [ "main" ]
10+
workflow_dispatch:
11+
inputs:
12+
logLevel:
13+
description: 'Log level'
14+
required: true
15+
default: 'warning'
16+
type: choice
17+
options:
18+
- info
19+
- warning
20+
- debug
21+
tags:
22+
description: 'Test scenario tags'
23+
required: false
24+
type: boolean
25+
environment:
26+
description: 'Environment to run tests against'
27+
type: environment
28+
required: true
1029

1130
env:
1231
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)