Merge pull request #3102 from fidencio/wip/add-back-wrongly-removed-check-for-test-kata-deploy

workflows: Add back the checks for running test-kata-deploy
This commit is contained in:
Fabiano Fidêncio
2021-11-22 22:36:03 +01:00
committed by GitHub

View File

@@ -6,6 +6,11 @@ name: test-kata-deploy
jobs:
build-asset:
if: |
github.event.issue.pull_request
&& github.event_name == 'issue_comment'
&& github.event.action == 'created'
&& startsWith(github.event.comment.body, '/test_kata_deploy')
runs-on: ubuntu-latest
strategy:
matrix: