We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0478d4 commit 720d6e7Copy full SHA for 720d6e7
.github/workflows/cd_docker.yml
@@ -7,17 +7,23 @@ on:
7
- 'v[0-9]+.[0-9]+.[0-9]+-*' # Matches v1.2.3-alpha, v1.2.3-beta.1, etc.
8
branches:
9
- feature/add_docker_build
10
-
11
workflow_dispatch:
12
inputs:
+ ref:
13
+ description: 'Commit hash, branch name, or tag to run the CI pipeline for'
14
+ required: false
15
+ default: 'master'
16
+ type: string
17
cadet_python_hash:
18
description: 'CADET-Python git hash or branch'
19
required: false
20
default: 'master'
21
22
cadet_process_hash:
23
description: 'CADET-Process git hash or branch'
24
25
26
27
28
29
jobs:
0 commit comments