fix: Back to repository dispatch (#8464)
This commit is contained in:
parent
7e9798b1fe
commit
711db19538
|
|
@ -3,7 +3,7 @@ name: Appsmith External Integration Test Workflow
|
||||||
on:
|
on:
|
||||||
# This workflow is only triggered by the ok to test command dispatch
|
# This workflow is only triggered by the ok to test command dispatch
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [integration-tests-command]
|
types: [ok-to-test-command]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
server-build:
|
server-build:
|
||||||
|
|
|
||||||
3
.github/workflows/ok-to-test.yml
vendored
3
.github/workflows/ok-to-test.yml
vendored
|
|
@ -27,5 +27,6 @@ jobs:
|
||||||
token: ${{ env.TOKEN }} # GitHub App installation access token
|
token: ${{ env.TOKEN }} # GitHub App installation access token
|
||||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-type: pull-request
|
issue-type: pull-request
|
||||||
commands: integration-tests
|
commands: ok-to-test
|
||||||
|
named-args: true
|
||||||
permission: write
|
permission: write
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user