We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff39976 + a8e8277 commit f6a44daCopy full SHA for f6a44da
1 file changed
.github/workflows/feature-to-main.yml
@@ -90,7 +90,8 @@ jobs:
90
\"schedule\": {\"type\": \"once\", \"at\": \"${FIRE_AT}\"},
91
\"transport\": \"worker\",
92
\"payload\": {
93
- \"task\": \"verify-github-merge\",
+ \"task\": \"test-sdk\",
94
+ \"trigger\": \"post-merge\",
95
\"repo\": \"cueapi/cueapi-python\",
96
\"pr_number\": \"${{ github.event.pull_request.number }}\",
97
\"commit_sha\": \"${{ github.event.pull_request.head.sha }}\"
0 commit comments