summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_rebuild_packages.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml
index e5fa4c20..2a1f9e87 100644
--- a/.github/workflows/trigger_rebuild_packages.yml
+++ b/.github/workflows/trigger_rebuild_packages.yml
@@ -86,6 +86,8 @@ jobs:
- 'scripts/package-build/radvd/**'
shim-signed:
- 'scripts/package-build/shim-signed/**'
+ squid:
+ - 'scripts/package-build/squid/**'
strongswan:
- 'scripts/package-build/strongswan/**'
tacacs:
@@ -247,6 +249,10 @@ jobs:
trigger_build "shim-signed"
fi
+ if [ "${{ steps.changes.outputs.squid }}" == "true" ]; then
+ trigger_build "squid"
+ fi
+
if [ "${{ steps.changes.outputs.strongswan }}" == "true" ]; then
trigger_build "strongswan"
fi