diff --git a/.github/workflows/feature-to-main.yml b/.github/workflows/feature-to-main.yml index 3bd3b23..ce15fb7 100644 --- a/.github/workflows/feature-to-main.yml +++ b/.github/workflows/feature-to-main.yml @@ -48,7 +48,8 @@ jobs: \"schedule\": {\"type\": \"once\", \"at\": \"${FIRE_AT}\"}, \"transport\": \"worker\", \"payload\": { - \"task\": \"verify-github-merge\", + \"task\": \"test-cli\", + \"trigger\": \"post-merge\", \"repo\": \"cueapi/cueapi-cli\", \"pr_number\": \"${{ github.event.pull_request.number }}\", \"commit_sha\": \"${{ github.event.pull_request.head.sha }}\"