Move visitor, bridge client generation, and formatting to poe tasks (… #255
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Omes Testing | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - "releases/*" | ||
| jobs: | ||
| omes-image-build: | ||
| uses: temporalio/omes/.github/workflows/docker-images.yml@main | ||
|
Check failure on line 10 in .github/workflows/omes.yml
|
||
| 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 | ||