Merge pull request #1364 from fidencio/wip/only-run-kata-deploy-test-on-pull-requests

github: Only run kata-deploy-test on pull-requests
This commit is contained in:
Fabiano Fidêncio 2021-02-10 13:59:30 +01:00 committed by GitHub
commit 2009ef4872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ on: issue_comment
name: test-kata-deploy name: test-kata-deploy
jobs: jobs:
check_comments: check_comments:
if: ${{ github.event.issue.pull_request }}
types: [created, edited]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check for Command - name: Check for Command