From a8e8277697e7d873f0cf95774c599b4c2982bb36 Mon Sep 17 00:00:00 2001 From: Gk Date: Sat, 4 Apr 2026 14:29:27 -0700 Subject: [PATCH] ci: change notify-merge to trigger Argus test suite after merge Changed post-merge cue payload task from verify-github-merge to the repo-specific test task so Argus runs the full test suite immediately after every merge to main. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/feature-to-main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/feature-to-main.yml b/.github/workflows/feature-to-main.yml index 54e7b37..7168ce9 100644 --- a/.github/workflows/feature-to-main.yml +++ b/.github/workflows/feature-to-main.yml @@ -90,7 +90,8 @@ jobs: \"schedule\": {\"type\": \"once\", \"at\": \"${FIRE_AT}\"}, \"transport\": \"worker\", \"payload\": { - \"task\": \"verify-github-merge\", + \"task\": \"test-sdk\", + \"trigger\": \"post-merge\", \"repo\": \"cueapi/cueapi-python\", \"pr_number\": \"${{ github.event.pull_request.number }}\", \"commit_sha\": \"${{ github.event.pull_request.head.sha }}\"