Skip to content

Commit

Permalink
Switch omes build to post merge (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource authored Aug 8, 2024
1 parent 9142cdd commit 4b93d1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,3 @@ jobs:
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true
features-repo-ref: python-update-updates

omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: python
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
docker-tag-ext: ci-latest
do-push: true
18 changes: 18 additions & 0 deletions .github/workflows/omes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Omes Testing
on:
push:
branches:
- main
- "releases/*"

jobs:
omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: python
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-python' }}
sdk-repo-ref: ${{ github.event.pull_request.head.ref || github.ref }}
# TODO: Remove once we have a good way of cleaning up sha-based pushed images
docker-tag-ext: ci-latest
do-push: true

0 comments on commit 4b93d1a

Please sign in to comment.