Skip to content

Commit f6a44da

Browse files
ci: add post-merge test trigger for cueapi-python
ci: trigger Argus test-sdk after merge
2 parents ff39976 + a8e8277 commit f6a44da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)