1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-10-08 18:13:28 +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: 

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
Eric Ernst
2022-02-01 13:51:45 -08:00
parent 24796d2f25
commit 89047901b3

@@ -9,7 +9,9 @@ on:
- synchronize
- labeled
- unlabeled
push:
paths:
- tools/**
- versions.yaml
jobs:
build-asset: