File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : u24_element_release_call
2
+ on :
3
+ workflow_run :
4
+ workflows : ["u24_element_tag_to_release"]
5
+ types :
6
+ - completed
7
+ jobs :
8
+ call_context_check :
9
+ uses : dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
10
+ test_call_u24_elements_release_alpine :
11
+ if : >-
12
+ github.event.workflow_run.conclusion == 'success' && ( contains(github.event.workflow_run.head_branch, 'test') || (github.event.workflow_run.event == 'pull_request'))
13
+ uses : dj-sciops/djsciops-cicd/.github/workflows/u24_element_release.yaml@main
14
+ with :
15
+ py_ver : 3.9
16
+ twine_repo : testpypi
17
+ secrets :
18
+ TWINE_USERNAME : ${{secrets.TWINE_TEST_USERNAME}}
19
+ TWINE_PASSWORD : ${{secrets.TWINE_TEST_PASSWORD}}
20
+ call_u24_elements_release_alpine :
21
+ if : >-
22
+ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
23
+ uses : dj-sciops/djsciops-cicd/.github/workflows/u24_element_release.yaml@main
24
+ with :
25
+ py_ver : 3.9
26
+ secrets :
27
+ TWINE_USERNAME : ${{secrets.TWINE_USERNAME}}
28
+ TWINE_PASSWORD : ${{secrets.TWINE_PASSWORD}}
You can’t perform that action at this time.
0 commit comments