Skip to content

Commit 2b4b60f

Browse files
committed
Update update_analysis3 workflow: clarify trigger conditions for package version update
1 parent 38cd881 commit 2b4b60f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_analysis3.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11

22
name: Update ACCESS-MOPPeR on Analysis3 Conda Environment
33
# This workflow updates the `access-mopper` package version in the Analysis3 conda environment
4-
# whenever a new release of `access-mopper` is published, but only after CD.yaml succeeds.
54

65

76
on:
87
workflow_run:
98
workflows: ["CD"]
109
types:
1110
- completed
11+
conclusions:
12+
- success
1213
workflow_dispatch:
1314
inputs:
1415
version:

0 commit comments

Comments
 (0)