We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e0183 commit 16abe95Copy full SHA for 16abe95
.github/workflows/operator-ci.yaml
@@ -29,6 +29,7 @@ on:
29
- operator/**
30
- containers/operator.Dockerfile
31
- .github/workflows/operator-ci.yaml
32
+ - k8s-tests/**
33
push:
34
branches:
35
- main
@@ -38,6 +39,7 @@ on:
38
39
- operator/**/*.go
40
41
42
43
44
# NOTE: we may want to switch to matrix build for multi-platform support if this is taking too long
45
# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
0 commit comments