File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,3 @@ jobs:
111
111
version : ${{github.event.pull_request.head.ref}}
112
112
version-is-repo-ref : true
113
113
features-repo-ref : python-update-updates
114
-
115
- omes-image-build :
116
- uses : temporalio/omes/.github/workflows/docker-images.yml@main
117
- secrets : inherit
118
- with :
119
- lang : python
120
- sdk-repo-url : ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
121
- sdk-repo-ref : ${{ github.event.pull_request.head.ref || github.ref }}
122
- # TODO: Remove once we have a good way of cleaning up sha-based pushed images
123
- docker-tag-ext : ci-latest
124
- do-push : true
Original file line number Diff line number Diff line change
1
+ name : Omes Testing
2
+ on :
3
+ push :
4
+ branches :
5
+ - main
6
+ - " releases/*"
7
+
8
+ jobs :
9
+ omes-image-build :
10
+ uses : temporalio/omes/.github/workflows/docker-images.yml@main
11
+ secrets : inherit
12
+ with :
13
+ lang : python
14
+ sdk-repo-url : ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
15
+ sdk-repo-ref : ${{ github.event.pull_request.head.ref || github.ref }}
16
+ # TODO: Remove once we have a good way of cleaning up sha-based pushed images
17
+ docker-tag-ext : ci-latest
18
+ do-push : true
You can’t perform that action at this time.
0 commit comments