mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 21:24:36 +00:00
kata-deploy-push: only run if PR modifying tools path
Since we are using this to exercise any changes to osbuilder or packaging scripts, let's make sure that we only run the test in that case. Similarly, don't run for every single push. Just run this workflow for pull requests. Fixes: #3594 Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
parent
24796d2f25
commit
89047901b3
4
.github/workflows/kata-deploy-push.yaml
vendored
4
.github/workflows/kata-deploy-push.yaml
vendored
@ -9,7 +9,9 @@ on:
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
push:
|
||||
paths:
|
||||
- tools/**
|
||||
- versions.yaml
|
||||
|
||||
jobs:
|
||||
build-asset:
|
||||
|
Loading…
Reference in New Issue
Block a user