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 }}\"