Skip to content

Commit 48e4368

Browse files
committed
Undo accidental revert for vm based runners
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 1874440 commit 48e4368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
checks: write
128128
container:
129129
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
130-
options: --privileged --pid=host
130+
options: --privileged
131131
if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
132132
strategy:
133133
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)