We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5777a44 commit 3539572Copy full SHA for 3539572
.github/workflows/reusable_test_packages.yaml
@@ -59,6 +59,7 @@ jobs:
59
test-falco: 'true'
60
test-falcoctl: 'true'
61
test-k8saudit: 'true'
62
+ test-dummy: 'true'
63
static: ${{ inputs.static && 'true' || 'false' }}
64
test-drivers: ${{ inputs.arch == 'x86_64' && 'true' || 'false' }}
65
show-all: 'true'
0 commit comments