File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ runs:
67
67
${{ inputs.sudo }} falcoctl artifact install cloudtrail-rules
68
68
69
69
- name : Install dependencies for falco-driver-loader tests
70
- if : ${{ inputs.arch == 'x86_64' }}
70
+ if : ${{ inputs.arch == 'x86_64' && inputs.test-drivers == 'true' }}
71
71
shell : bash
72
72
run : |
73
73
${{ inputs.sudo }} apt update -y
74
74
${{ inputs.sudo }} apt install -y --no-install-recommends build-essential clang make llvm gcc dkms linux-headers-$(uname -r)
75
75
76
76
- name : Install dependencies for falco-driver-loader tests
77
- if : ${{ inputs.arch == 'aarch64' }}
77
+ if : ${{ inputs.arch == 'aarch64' && inputs.test-drivers == 'true' }}
78
78
uses : self-actuated/get-kernel-sources@master
79
79
80
80
- name : Run tests
You can’t perform that action at this time.
0 commit comments