diff --git a/.github/workflows/feature-to-main.yml b/.github/workflows/feature-to-main.yml index 8ded87f..8874a01 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-cueapi-core\", + \"trigger\": \"post-merge\", \"repo\": \"cueapi/cueapi-core\", \"pr_number\": \"${{ github.event.pull_request.number }}\", \"commit_sha\": \"${{ github.event.pull_request.head.sha }}\"