mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
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:
commit
2009ef4872
2
.github/workflows/kata-deploy-test.yaml
vendored
2
.github/workflows/kata-deploy-test.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user