mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
workflows: Add back the checks for running test-kata-deploy
Commit 3c9ae7f
made /test_kata_deploy run
against HEAD, but it also mistakenly removed all the checks that ensure
/test_kata_deploy only runs when explicitly called.
Mea culpa on this, and let's add the tests back.
Fixes: #3101
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
3be15aed1c
commit
a7c08aa4b6
5
.github/workflows/kata-deploy-test.yaml
vendored
5
.github/workflows/kata-deploy-test.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user