From c598a125544d27ebd1011086111bcba271eee161 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 9 Jun 2026 21:53:40 +0200 Subject: salt: T8973: remove package build due to feature removal As salt has been marked deprecated via T8056 and is thus deprecated in VyOS 1.5 and VyOS 1.4 it is time to remove it from the rolling release. --- .github/workflows/trigger_rebuild_packages.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml index fa647c9a..75e73f46 100644 --- a/.github/workflows/trigger_rebuild_packages.yml +++ b/.github/workflows/trigger_rebuild_packages.yml @@ -82,8 +82,6 @@ jobs: - 'scripts/package-build/pyhumps/**' radvd: - 'scripts/package-build/radvd/**' - salt: - - 'scripts/package-build/salt/**' strongswan: - 'scripts/package-build/strongswan/**' tacacs: @@ -237,10 +235,6 @@ jobs: trigger_build "radvd" fi - if [ "${{ steps.changes.outputs.salt }}" == "true" ]; then - trigger_build "salt" - fi - if [ "${{ steps.changes.outputs.strongswan }}" == "true" ]; then trigger_build "strongswan" fi -- cgit v1.2.3