Skip to content

Commit 9a18db8

Browse files
committed
Switch omes build to post merge
1 parent 9142cdd commit 9a18db8

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,3 @@ jobs:
111111
version: ${{github.event.pull_request.head.ref}}
112112
version-is-repo-ref: true
113113
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

.github/workflows/omes.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)