Skip to content

Commit

Permalink
add /test command
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster committed Aug 4, 2021
1 parent edd9e37 commit c24a288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
e2e-test-trigger:
runs-on: ubuntu-latest
needs: [build, configure]
if: needs.configure.outputs.ok-to-continue == 'true' && github.event.pull_request.draft == false
if: needs.configure.outputs.master == true
steps:
- name: Notify Event to E2E Tests
uses: peter-evans/repository-dispatch@v1
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ jobs:
{
"command": "ok-to-test",
"permission": "write"
}
},
{
"command": "test",
"permission": "write"
},
]

0 comments on commit c24a288

Please sign in to comment.