Skip to content

Commit a8e8277

Browse files
Gkclaude
authored andcommitted
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) <noreply@anthropic.com>
1 parent ff39976 commit a8e8277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/feature-to-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
\"schedule\": {\"type\": \"once\", \"at\": \"${FIRE_AT}\"},
9191
\"transport\": \"worker\",
9292
\"payload\": {
93-
\"task\": \"verify-github-merge\",
93+
\"task\": \"test-sdk\",
94+
\"trigger\": \"post-merge\",
9495
\"repo\": \"cueapi/cueapi-python\",
9596
\"pr_number\": \"${{ github.event.pull_request.number }}\",
9697
\"commit_sha\": \"${{ github.event.pull_request.head.sha }}\"

0 commit comments

Comments
 (0)