File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
# Allows you to run this workflow manually from the Actions tab
19
19
workflow_dispatch :
20
20
21
+ # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22
+ # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
23
+ concurrency :
24
+ group : " release"
25
+ cancel-in-progress : false
26
+
21
27
jobs :
22
28
prerelease :
23
29
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "sed-processor"
3
3
packages = [
4
4
{include = " sed" }
5
5
]
6
- version = " 0.1.9a5 "
6
+ version = " 0.1.9a6 "
7
7
description = " Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams"
8
8
authors = [
" OpenCOMPES team <[email protected] >" ]
9
9
readme = " README.md"
You can’t perform that action at this time.
0 commit comments