From 59f8303b19e4977e3c0c5adb2726ceecad585b1b Mon Sep 17 00:00:00 2001 From: 4gl <@> Date: Tue, 12 May 2026 14:01:15 +0100 Subject: [PATCH] chore: ensuring mv_createwebservice is rebuilt on mv_webout change --- .github/workflows/notmain.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notmain.yml b/.github/workflows/notmain.yml index e0ad2d2..395297e 100644 --- a/.github/workflows/notmain.yml +++ b/.github/workflows/notmain.yml @@ -26,6 +26,7 @@ jobs: git config user.email github-actions@github.com python3 build.py git add all.sas + git add viya/mv_createwebservice.sas git commit -m "chore: updating all.sas" --allow-empty git push