Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit d813cc8

Browse files
committed
remove platform/hc/version build
1 parent 81daff4 commit d813cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
build_latest: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
7878
build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }}
7979
# only build the entire stack if we are not using the test image
80-
build_version_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
81-
build_platform_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
82-
build_nohealthcheck: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
80+
build_version_specific: false
81+
build_platform_specific: false
82+
build_nohealthcheck: false
8383
build_baseimage_url: readsb-full/readsb-full-test-pr
8484
secrets:
8585
ghcr_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)