Skip to content

Commit 8dae0ee

Browse files
committed
fix: disable build-test-migrate job in publish-images workflow for now
1 parent d17dbf0 commit 8dae0ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-images.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ permissions:
1313
packages: write
1414

1515
jobs:
16-
build-test-migrate:
17-
uses: ./.github/workflows/migration-test.yml
16+
#disabled build-test-migrate job for now
17+
#build-test-migrate:
18+
# uses: ./.github/workflows/migration-test.yml
1819

1920
build_and_publish_platform_containers:
2021
name: Build and publish platform containers

0 commit comments

Comments
 (0)