Skip to content

Commit

Permalink
Switch omes to post-merge (temporalio#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource authored Aug 8, 2024
1 parent c2ce2e6 commit 2927574
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,4 @@ jobs:
with:
go-repo-path: ${{github.event.pull_request.head.repo.full_name}}
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true

omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: go
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-go' }}
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
version-is-repo-ref: true
17 changes: 17 additions & 0 deletions .github/workflows/omes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Omes Testing
on:
push:
branches:
- master

jobs:
omes-image-build:
uses: temporalio/omes/.github/workflows/docker-images.yml@main
secrets: inherit
with:
lang: go
sdk-repo-url: ${{ github.event.pull_request.head.repo.full_name || 'temporalio/sdk-go' }}
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 2927574

Please sign in to comment.